From 0768ca651738303e8d641657139e9c4bc685eded Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Sun, 16 Jul 2023 13:14:25 -0700 Subject: [PATCH] Update adventure-platform-fabric to release --- build.gradle.kts | 2 +- settings.gradle.kts | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8bcf85b..9a54aed 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation(include("org.fusesource.jansi", "jansi", "2.4.0")) - modImplementation(include("net.kyori", "adventure-platform-fabric", "5.10.0-SNAPSHOT")) + modImplementation(include("net.kyori", "adventure-platform-fabric", "5.9.0")) implementation(include("com.typesafe:config:1.4.2")!!) implementation(include("io.leangen.geantyref:geantyref:1.3.13")!!) diff --git a/settings.gradle.kts b/settings.gradle.kts index 8711040..8ca0224 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -8,9 +8,6 @@ dependencyResolutionManagement { maven("https://oss.sonatype.org/content/repositories/snapshots/") { mavenContent { snapshotsOnly() } } - maven("https://repo.jpenilla.xyz/snapshots/") { - mavenContent { snapshotsOnly() } - } } repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) }