This repository was archived by the owner on Aug 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ fun properties(key: String) = project.findProperty(key).toString()
55
66plugins {
77 id(" java" )
8- id(" org.jetbrains.kotlin.jvm" ) version " 1.7.22 "
9- id(" org.jetbrains.intellij" ) version " 1.11 .0"
8+ id(" org.jetbrains.kotlin.jvm" ) version " 1.8.0 "
9+ id(" org.jetbrains.intellij" ) version " 1.12 .0"
1010 id(" org.jetbrains.changelog" ) version " 2.0.0"
1111 id(" org.jetbrains.qodana" ) version " 0.1.13"
1212}
@@ -24,12 +24,12 @@ kotlin {
2424}
2525
2626dependencies {
27- implementation(" io.ktor:ktor-client-core:2.2.1 " )
28- implementation(" io.ktor:ktor-client-cio:2.2.1 " )
29- implementation(" io.ktor:ktor-client-content-negotiation:2.2.1 " )
30- implementation(" io.ktor:ktor-serialization-gson:2.2.1 " )
27+ implementation(" io.ktor:ktor-client-core:2.2.2 " )
28+ implementation(" io.ktor:ktor-client-cio:2.2.2 " )
29+ implementation(" io.ktor:ktor-client-content-negotiation:2.2.2 " )
30+ implementation(" io.ktor:ktor-serialization-gson:2.2.2 " )
3131 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4" )
32- implementation(" org.jetbrains.kotlin:kotlin-reflect:1.7.22 " )
32+ implementation(" org.jetbrains.kotlin:kotlin-reflect:1.8.0 " )
3333}
3434
3535// Configure Gradle IntelliJ Plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
You can’t perform that action at this time.
0 commit comments