|
1 | 1 | [versions] |
2 | 2 |
|
3 | 3 | 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 |
5 | 5 | kotlinCoroutine = "1.10.2" # https://github.com/Kotlin/kotlinx.coroutines/releases |
6 | 6 | godot = "4.4.1" |
7 | | -ideaPluginDefaultIntellijVersion = "2025.2" |
| 7 | +ideaPluginDefaultIntellijVersion = "2025.1" |
8 | 8 |
|
9 | 9 | toolchain-jvm="11" |
10 | 10 |
|
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 |
13 | 12 | # TODO: bump kotlin poet version once: https://github.com/square/kotlinpoet/issues/1759 is fixed |
14 | 13 | #kotlinPoet = "1.18.0" # https://github.com/square/kotlinpoet/releases |
15 | 14 | kotlinPoet = "1.12.0" # https://github.com/square/kotlinpoet/releases |
16 | 15 |
|
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 |
18 | 17 |
|
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 |
21 | 20 |
|
22 | | -grgit = "5.3.2" # https://github.com/ajoberstar/grgit/releases |
| 21 | +grgit = "5.3.0" # https://github.com/ajoberstar/grgit/releases |
23 | 22 |
|
24 | 23 | gradlePublish = "1.3.1" # https://plugins.gradle.org/plugin/com.gradle.plugin-publish |
25 | 24 |
|
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 |
29 | 28 | kotlinPreProcessors = "0.2.0" # https://github.com/utopia-rise/kotlin-preprocessors/tags |
30 | 29 |
|
31 | 30 | iosJdk = "21" |
|
0 commit comments