Skip to content

Commit ac2486e

Browse files
committed
Update shadow, Kotlin, and Kotlin serialization
1 parent 15d2ffa commit ac2486e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Kotlin for Forge 5.10.0
2+
- Updated to Kotlin 2.2.20, serialization 1.9.0
3+
14
## Kotlin for Forge 5.9.0
25
- Updated to Kotlin 2.1.21
36
- Fixed 1.21.1 NeoForge 21.1.183 crash with new FancyModLoader about removed Bindings class (#124)

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# https://github.com/JetBrains/kotlin
44
# https://github.com/Kotlin/kotlinx.coroutines
55
# https://github.com/Kotlin/kotlinx.serialization
6-
kotlin = "2.1.21"
6+
kotlin = "2.2.20"
77
coroutines = "1.10.2"
8-
serialization = "1.8.1"
8+
serialization = "1.9.0"
99

1010
# Misc
1111
neoforge = "21.6.11-beta"
@@ -25,7 +25,7 @@ night-config = "3.7.1"
2525
moddev = "2.0.71"
2626
mod-publish-plugin = "0.8.4"
2727
ideaext = "1.1.9"
28-
shadow = "8.3.6"
28+
shadow = "9.1.0"
2929

3030
[libraries]
3131
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }

0 commit comments

Comments
 (0)