Skip to content

Commit 5291aa9

Browse files
committed
Downgrade
1 parent b47ad8e commit 5291aa9

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

kt/gradle/libs.versions.toml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,30 @@
11
[versions]
22

33
godotKotlinJvm = "0.13.1"
4-
kotlin = "2.2.0" # https://kotlinlang.org/docs/releases.html#release-details
4+
kotlin = "2.1.10" # https://kotlinlang.org/docs/releases.html#release-details
55
kotlinCoroutine = "1.10.2" # https://github.com/Kotlin/kotlinx.coroutines/releases
66
godot = "4.4.1"
7-
ideaPluginDefaultIntellijVersion = "2025.2"
7+
ideaPluginDefaultIntellijVersion = "2025.1"
88

99
toolchain-jvm="11"
1010

11-
# Migrate to 9.0.0 ASAP
12-
shadowJar = "8.3.9" # https://github.com/johnrengelman/shadow/releases
11+
shadowJar = "8.3.6" # https://github.com/johnrengelman/shadow/releases
1312
# TODO: bump kotlin poet version once: https://github.com/square/kotlinpoet/issues/1759 is fixed
1413
#kotlinPoet = "1.18.0" # https://github.com/square/kotlinpoet/releases
1514
kotlinPoet = "1.12.0" # https://github.com/square/kotlinpoet/releases
1615

17-
ksp = "2.2.0-2.0.2" # https://github.com/google/ksp/releases
16+
ksp = "2.1.10-1.0.30" # https://github.com/google/ksp/releases
1817

19-
jacksonDataBind = "2.19.2" # https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
20-
jacksonDataFormatXml = "2.19.2" # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml
18+
jacksonDataBind = "2.18.2" # https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
19+
jacksonDataFormatXml = "2.18.2" # https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-xml
2120

22-
grgit = "5.3.2" # https://github.com/ajoberstar/grgit/releases
21+
grgit = "5.3.0" # https://github.com/ajoberstar/grgit/releases
2322

2423
gradlePublish = "1.3.1" # https://plugins.gradle.org/plugin/com.gradle.plugin-publish
2524

26-
changelog = "2.4.0" # https://github.com/JetBrains/gradle-changelog-plugin/releases
27-
gradleIntelliJPlugin = "2.7.0" # https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
28-
ideaSync = "1.2" # https://plugins.gradle.org/plugin/org.jetbrains.gradle.plugin.idea-ext
25+
changelog = "2.2.1" # https://github.com/JetBrains/gradle-changelog-plugin/releases
26+
gradleIntelliJPlugin = "2.3.0" # https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
27+
ideaSync = "1.1.10" # https://plugins.gradle.org/plugin/org.jetbrains.gradle.plugin.idea-ext
2928
kotlinPreProcessors = "0.2.0" # https://github.com/utopia-rise/kotlin-preprocessors/tags
3029

3130
iosJdk = "21"

0 commit comments

Comments
 (0)