Skip to content

Commit 797be44

Browse files
committed
updating to Kotlin 2.2.20, KSP 2.2.20-RC2
1 parent 8b80811 commit 797be44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
2-
ksp = "2.2.20-Beta2-2.0.2"
2+
ksp = "2.2.20-RC2-2.0.2"
33
kotlinJupyter = "0.15.0-587"
44

55
ktlint = "12.3.0"
66

7-
kotlin = "2.2.20-Beta2"
8-
# make sure to sync manually with :generator module
7+
kotlin = "2.2.20"
8+
# make sure to sync manually with :plugins:keywords-generator module
99
kotlinpoet = "2.2.0"
1010

1111
dokka = "2.0.0"

0 commit comments

Comments
 (0)