Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit b1b7f84

Browse files
fix(deps): update kotlin monorepo to v1.9.23
1 parent 36bfd62 commit b1b7f84

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
@@ -29,7 +29,7 @@ import com.vanniktech.maven.publish.SonatypeHost
2929

3030
buildscript {
3131
dependencies {
32-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
32+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23")
3333
}
3434
}
3535

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
agp = "8.1.1"
33
incap = "1.0.0"
4-
kotlin = "1.9.22"
4+
kotlin = "1.9.23"
55
kotlin-coroutines = "1.7.3"
66
javaparser = "3.25.8"
77

0 commit comments

Comments
 (0)