Skip to content

Commit

Permalink
Update paper-api to 1.20.6-R0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
minacle committed May 1, 2024
1 parent 13bcec7 commit 0e9b9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
}

dependencies {
compileOnly "io.papermc.paper:paper-api:1.20.5-R0.1-SNAPSHOT"
compileOnly "io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT"
implementation "org.bstats:bstats-bukkit:3.0.2"
implementation "org.jetbrains:annotations:24.1.0"
}
Expand All @@ -48,7 +48,7 @@ processResources {

tasks {
runServer {
minecraftVersion "1.20.5"
minecraftVersion "1.20.6"
}
}

Expand Down

0 comments on commit 0e9b9bc

Please sign in to comment.