diff --git a/protocol/build.gradle.kts b/protocol/build.gradle.kts index 01ba7f4b..7ace4fbf 100644 --- a/protocol/build.gradle.kts +++ b/protocol/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("mcprotocollib.publish-conventions") } -version = "1.20.4-2-SNAPSHOT" +version = "1.20.6-SNAPSHOT" description = "MCProtocolLib is a simple library for communicating with Minecraft clients and servers." dependencies { diff --git a/settings.gradle.kts b/settings.gradle.kts index 03e9e3b1..b1b2e760 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -8,10 +8,6 @@ dependencyResolutionManagement { maven("https://repo.opencollab.dev/maven-snapshots/") { name = "opencollab-snapshots" } - // fixme: remove when adventure 4.15.0 releases - maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") { - name = "sonatype-snapshots" - } maven("https://jitpack.io") { name = "jitpack" }