Skip to content

Commit f6e0f0d

Browse files
committed
update kotlin to 2.2.0 and ktor to 3.1.3
1 parent 0cff2ca commit f6e0f0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
22
# plugins version
3-
kotlin = "2.1.20"
3+
kotlin = "2.2.0"
44
dokka = "2.0.0"
55

66
# libraries version
77
serialization = "1.7.3"
88
coroutines = "1.10.2"
9-
ktor = "3.1.2"
9+
ktor = "3.1.3"
1010
mockk = "1.13.13"
1111
logging = "7.0.0"
1212
jreleaser = "1.17.0"

0 commit comments

Comments
 (0)