Skip to content

Commit e4bb3b0

Browse files
committed
build: bump kotlin toolchain to 2.2.10
1 parent 2f2fca3 commit e4bb3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlinTarget = "1.9.0" # Minimum supported Kotlin version for consumers of the library
3-
kotlinToolchain = "2.1.21" # Actual version used by tooling within this project
3+
kotlinToolchain = "2.2.10" # Actual version used by tooling within this project
44

55
[plugins]
66
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlinToolchain" }

0 commit comments

Comments
 (0)