We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a742c37 commit 4e05100Copy full SHA for 4e05100
build.gradle.kts
@@ -3,7 +3,7 @@ buildscript {
3
mavenCentral()
4
}
5
dependencies {
6
- val kotlinVersion = "1.5.32"
+ val kotlinVersion = "1.6.10"
7
classpath(kotlin("gradle-plugin", version = kotlinVersion))
8
classpath(kotlin("serialization", version = kotlinVersion))
9
classpath("com.vanniktech:gradle-maven-publish-plugin:0.18.0")
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-ktor = "1.6.5"
+ktor = "1.6.8"
[libraries]
# Ktor
0 commit comments