Skip to content

Commit

Permalink
Update dependency org.spigotmc:spigot-api to v1.20.2-experimental-SNA…
Browse files Browse the repository at this point in the history
…PSHOT
  • Loading branch information
renovate[bot] committed Apr 21, 2024
1 parent 25ecfa5 commit 42dc926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lobbyheads-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

dependencies {
api("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
api("org.spigotmc:spigot-api:1.20.2-experimental-SNAPSHOT")
api("org.jetbrains:annotations:24.1.0")
}

Expand Down
4 changes: 2 additions & 2 deletions lobbyheads-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies {
implementation("dev.rollczi:liteskullapi:1.3.0")

// spigot-api
compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
testImplementation("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.20.2-experimental-SNAPSHOT")
testImplementation("org.spigotmc:spigot-api:1.20.2-experimental-SNAPSHOT")

// mojang's authlib
compileOnly("com.mojang:authlib:5.0.47")
Expand Down

0 comments on commit 42dc926

Please sign in to comment.