Skip to content

Commit c55e027

Browse files
committed
Update adventure platform
1 parent 6339981 commit c55e027

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131

3232
implementation(include("org.fusesource.jansi", "jansi", "2.4.2"))
3333

34-
modImplementation(include("net.kyori", "adventure-platform-fabric", "6.5.0-SNAPSHOT"))
34+
modImplementation(include("net.kyori", "adventure-platform-fabric", "6.6.0"))
3535

3636
implementation(transitiveInclude("org.spongepowered:configurate-hocon:4.2.0") {
3737
exclude("net.kyori", "option") // provided by adventure-platform-fabric

settings.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ dependencyResolutionManagement {
55
mavenContent {
66
snapshotsOnly()
77
includeGroup("xyz.jpenilla")
8-
includeGroup("net.kyori") // TODO adventure-platform
98
}
109
}
11-
maven("https://maven.fabricmc.net/")
1210
maven("https://central.sonatype.com/repository/maven-snapshots/") {
1311
mavenContent { snapshotsOnly() }
1412
}
13+
maven("https://maven.fabricmc.net/")
1514
}
1615
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1716
}

0 commit comments

Comments
 (0)