Skip to content

Commit 163bdf0

Browse files
Update all dependencies to v2.3.0-Beta2 (#263)
| datasource | package | from | to | | ---------- | ------------------------------------------------------------------------------------------------- | ----------- | ----------- | | maven | org.jetbrains.kotlin.plugin.power-assert:org.jetbrains.kotlin.plugin.power-assert.gradle.plugin | 2.3.0-Beta1 | 2.3.0-Beta2 | | maven | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.3.0-Beta1 | 2.3.0-Beta2 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 2.3.0-Beta1 | 2.3.0-Beta2 | | maven | org.jetbrains.kotlin:kotlin-gradle-plugin | 2.3.0-Beta1 | 2.3.0-Beta2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c62ff9b commit 163bdf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
22
jdk = "25"
3-
kotlin = "2.3.0-Beta1"
3+
kotlin = "2.3.0-Beta2"
44
ksp = "2.3.0"
55
kotlinx-serialization = "1.9.0"
66
revoman = "0.80.4"
77

88
# Common dependencies
99
junit = "5.11.3"
1010
kotest = "6.0.4"
11-
power-assert = "2.3.0-Beta1"
11+
power-assert = "2.3.0-Beta2"
1212
kover = "0.9.3"
1313
testLogger = "4.0.0"
1414
spotless = "8.0.0"

0 commit comments

Comments
 (0)