We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a3385 commit 5e18561Copy full SHA for 5e18561
settings.gradle.kts
@@ -9,7 +9,7 @@ dependencyResolutionManagement {
9
// Important dependencies
10
version("adventure", "4.17.0")
11
version("kotlin", "2.0.0")
12
- version("data", "1.21-rv3")
+ version("data", "1.21-rv7")
13
version("jetbrainsAnnotations", "24.1.0")
14
version("logback", "1.4.5")
15
version("slf4j", "2.0.7")
@@ -69,7 +69,7 @@ dependencyResolutionManagement {
69
library("kotlin-stdlib-jdk8", "org.jetbrains.kotlin", "kotlin-stdlib-jdk8").versionRef("kotlin")
70
71
// Miscellaneous
72
- library("minestomData", "net.minestom", "data").versionRef("data")
+ library("minestomData", "net.onelitefeather.microtus", "data").versionRef("data")
73
library("jetbrainsAnnotations", "org.jetbrains", "annotations").versionRef("jetbrainsAnnotations");
74
75
// Logging
0 commit comments