Skip to content

Commit

Permalink
build.gradle- temp update to command api snapshot to fix error on new…
Browse files Browse the repository at this point in the history
… paper
  • Loading branch information
ShaneBeee committed May 14, 2024
1 parent 93d180b commit 10e871a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ repositories {

// JitPack
maven { url 'https://jitpack.io' }

// Command API Snapshots
maven { url = "https://s01.oss.sonatype.org/content/repositories/snapshots" }
}

dependencies {
Expand All @@ -39,7 +42,7 @@ dependencies {
}

// Command Api
implementation("dev.jorel:commandapi-bukkit-shade:9.4.1")
implementation("dev.jorel:commandapi-bukkit-shade:9.5.0-SNAPSHOT")

// SkBee
compileOnly("com.github.ShaneBeee:SkBee:3.4.3")
Expand Down

0 comments on commit 10e871a

Please sign in to comment.