We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62adb0e commit 1d1b248Copy full SHA for 1d1b248
settings.gradle.kts
@@ -14,7 +14,7 @@ dependencyResolutionManagement {
14
bundle("jackson-full", listOf("jackson-core", "jackson-databind", "jackson-annotations", "jackson-yaml"))
15
bundle("jackson-lite", listOf("jackson-core", "jackson-databind", "jackson-annotations"))
16
17
- version("eldoutil", "2.0.1")
+ version("eldoutil", "2.1.8")
18
library("eldoutil-items","de.eldoria.util", "items").versionRef("eldoutil")
19
library("eldoutil-entities","de.eldoria.util", "entities").versionRef("eldoutil")
20
library("eldoutil-jackson","de.eldoria.util", "jackson-configuration").versionRef("eldoutil")
0 commit comments