Skip to content

Commit 4e05100

Browse files
authored
chore: update to kotlin 1.6.10 (#329)
1 parent a742c37 commit 4e05100

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
val kotlinVersion = "1.5.32"
6+
val kotlinVersion = "1.6.10"
77
classpath(kotlin("gradle-plugin", version = kotlinVersion))
88
classpath(kotlin("serialization", version = kotlinVersion))
99
classpath("com.vanniktech:gradle-maven-publish-plugin:0.18.0")

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
ktor = "1.6.5"
2+
ktor = "1.6.8"
33

44
[libraries]
55
# Ktor

0 commit comments

Comments
 (0)