Skip to content

Commit 5e18561

Browse files
committed
Switch to own generator
1 parent 46a3385 commit 5e18561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencyResolutionManagement {
99
// Important dependencies
1010
version("adventure", "4.17.0")
1111
version("kotlin", "2.0.0")
12-
version("data", "1.21-rv3")
12+
version("data", "1.21-rv7")
1313
version("jetbrainsAnnotations", "24.1.0")
1414
version("logback", "1.4.5")
1515
version("slf4j", "2.0.7")
@@ -69,7 +69,7 @@ dependencyResolutionManagement {
6969
library("kotlin-stdlib-jdk8", "org.jetbrains.kotlin", "kotlin-stdlib-jdk8").versionRef("kotlin")
7070

7171
// Miscellaneous
72-
library("minestomData", "net.minestom", "data").versionRef("data")
72+
library("minestomData", "net.onelitefeather.microtus", "data").versionRef("data")
7373
library("jetbrainsAnnotations", "org.jetbrains", "annotations").versionRef("jetbrainsAnnotations");
7474

7575
// Logging

0 commit comments

Comments
 (0)