Skip to content

Commit af49b53

Browse files
committed
chore: kotlin update to 2.3.0-RC3
1 parent 46901ea commit af49b53

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
java = "27"
3-
kotlin = "2.3.0-RC2"
3+
kotlin = "2.3.0-RC3"
44
kotlin-ksp = "2.3.3"
55
kotlin-jvmtarget = "21"
66
kotlin-dsl-jvmtarget = "21"
@@ -21,7 +21,7 @@ org-url = "https://suresh.dev"
2121

2222
# Dependency Versions
2323
bc-plugins = "2.24.0"
24-
kotlinx-kover = "0.9.3"
24+
kotlinx-kover = "0.9.4"
2525
kotlin-dokka = "2.1.0"
2626
kotlinx-io = "0.8.2"
2727
kotlinx-atomicfu = "0.30.0-beta"
@@ -39,14 +39,14 @@ kotlinx-fuzz = "0.2.2"
3939
kotlinx-metadata = "0.9.0"
4040
kotlinx-reflect-lite = "1.2.0-RC"
4141
kotlin-lincheck = "3.3.2"
42-
kotlin-wrappers = "2025.12.3"
42+
kotlin-wrappers = "2025.12.4"
4343
kotlin-redacted = "1.15.1"
4444
kotlin-serviceloader = "0.0.22"
4545
kotlinx-multik = "0.2.3"
4646
kotlinx-kandy = "0.9.0-dev-86"
4747
kotlin-statistics = "0.4.0-RC1"
4848
kotlin-base32 = "1.0.0"
49-
gradle-kotlin-dsl = "6.4.2"
49+
gradle-kotlin-dsl = "6.5.0"
5050
exoquery-plugin = "2.2.20-2.0.0.PL"
5151
exoquery-sql = "2.0.0.PL"
5252
exposed = "1.0.0-rc-4"
@@ -56,7 +56,7 @@ embedded-postgres-bom = "18.1.0"
5656
evas = "1.4.0"
5757
kopy = "0.20.2+2.2.21"
5858
poko = "0.20.2"
59-
mappie = "2.2.21-2.0.0"
59+
mappie = "2.2.21-2.1.0"
6060
akkurate = "0.11.0"
6161
kaml = "0.104.0"
6262
snakeyaml-engine-kmp = "4.0.1"
@@ -99,7 +99,7 @@ jsch = "2.27.7"
9999
pty4j = "0.13.11"
100100
oshi = "6.9.1"
101101
junit = "6.1.0-M1"
102-
koin = "4.2.0-alpha3"
102+
koin = "4.2.0-beta2"
103103
koin-annotations = "2.3.2-Beta1"
104104
metro = "0.4.0"
105105
kotest = "6.0.7"
@@ -119,7 +119,7 @@ google-javaformat = "1.33.0"
119119
palantir-javaformat = "2.83.0"
120120
google-auto-value = "1.11.1"
121121
google-auto-service = "1.1.1"
122-
google-tink = "1.19.0"
122+
google-tink = "1.20.0"
123123
graalvm = "25.0.1"
124124
jspecify = "1.0.0"
125125
rsocket = "0.20.0"
@@ -217,7 +217,7 @@ javelit = "0.76.0"
217217
jwalker = "1.1.0"
218218

219219
# Compose
220-
compose = "1.10.0-rc01"
220+
compose = "1.10.0-rc02"
221221
compose-material3 = "1.10.0-alpha05"
222222
compose-viewmodel = "2.10.0-alpha06"
223223
compose-nav = "2.9.1"

0 commit comments

Comments
 (0)