Skip to content

Commit

Permalink
fix(deps): update dependency org.spigotmc:spigot-api to v1.20.4-exper…
Browse files Browse the repository at this point in the history
…imental-snapshot
  • Loading branch information
renovate[bot] authored Mar 16, 2024
1 parent 53057cc commit fd9e46c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ shadowJar {
dependencies {

// spigot
compileOnly "org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT"
compileOnly "org.spigotmc:spigot-api:1.20.4-experimental-SNAPSHOT"

// config
implementation "ch.jalu:configme:1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion version/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ group 'me.clip'
version '2.0'

dependencies {
compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.20.4-experimental-SNAPSHOT")
}
2 changes: 1 addition & 1 deletion version_new/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ version '2.0'

dependencies {
implementation project(":version")
compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.20.4-experimental-SNAPSHOT")
}

0 comments on commit fd9e46c

Please sign in to comment.