Skip to content

Commit

Permalink
Update Adventure version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brikster committed May 8, 2024
1 parent ae682b2 commit 0dedf37
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@ subprojects {
repositories {
mavenCentral()
maven { url = 'https://hub.spigotmc.org/nexus/content/groups/public/' }
maven {
name = "sonatype-oss-snapshots1"
url = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
}
}

def adventureVersion = "4.15.0"
def adventureBukkitPlatformVersion = "4.3.2"
def adventureVersion = "4.17.0"
def adventureBukkitPlatformVersion = "4.3.3-SNAPSHOT"

dependencies {
compileOnlyApi 'org.jetbrains:annotations:17.0.0'
Expand Down

0 comments on commit 0dedf37

Please sign in to comment.