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 cd88a2b commit 77a2002Copy full SHA for 77a2002
gradle/build-logic/src/main/kotlin/minimotd.base-conventions.gradle.kts
@@ -26,7 +26,6 @@ repositories {
26
mavenContent {
27
snapshotsOnly()
28
includeGroup("xyz.jpenilla")
29
- includeGroup("net.kyori") // TODO adventure mod 6.4.0 & platform 4.3.5
30
}
31
32
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
gradle/libs.versions.toml
@@ -12,8 +12,8 @@ hangarPublishPlugin = "0.1.3"
12
indra = "3.1.3"
13
shadow = "8.3.6"
14
adventure = "4.21.0"
15
-adventurePlatform = "4.3.5-SNAPSHOT"
16
-adventurePlatformMod = "6.4.0-SNAPSHOT"
+adventurePlatform = "4.4.0"
+adventurePlatformMod = "6.4.0"
17
configurate = "4.2.0"
18
checkerQual = "3.49.2"
19
slf4j = "1.7.32"
0 commit comments