Skip to content

Commit 77a2002

Browse files
committed
Update adventure-platform
1 parent cd88a2b commit 77a2002

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

gradle/build-logic/src/main/kotlin/minimotd.base-conventions.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ repositories {
2626
mavenContent {
2727
snapshotsOnly()
2828
includeGroup("xyz.jpenilla")
29-
includeGroup("net.kyori") // TODO adventure mod 6.4.0 & platform 4.3.5
3029
}
3130
}
3231
maven("https://oss.sonatype.org/content/repositories/snapshots/") {

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ hangarPublishPlugin = "0.1.3"
1212
indra = "3.1.3"
1313
shadow = "8.3.6"
1414
adventure = "4.21.0"
15-
adventurePlatform = "4.3.5-SNAPSHOT"
16-
adventurePlatformMod = "6.4.0-SNAPSHOT"
15+
adventurePlatform = "4.4.0"
16+
adventurePlatformMod = "6.4.0"
1717
configurate = "4.2.0"
1818
checkerQual = "3.49.2"
1919
slf4j = "1.7.32"

0 commit comments

Comments
 (0)