File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 "
77coroutines = " 1.10.2"
8- serialization = " 1.8.1 "
8+ serialization = " 1.9.0 "
99
1010# Misc
1111neoforge = " 21.6.11-beta"
@@ -25,7 +25,7 @@ night-config = "3.7.1"
2525moddev = " 2.0.71"
2626mod-publish-plugin = " 0.8.4"
2727ideaext = " 1.1.9"
28- shadow = " 8.3.6 "
28+ shadow = " 9.1.0 "
2929
3030[libraries ]
3131kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib" , version.ref = " kotlin" }
You can’t perform that action at this time.
0 commit comments