Skip to content

Commit

Permalink
Update paper-api to 1.21-R0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
minacle committed Jun 18, 2024
1 parent 7f810fc commit 93c14e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
plugins {
id "java"
id "io.github.goooler.shadow" version "8.1.7"
id "xyz.jpenilla.run-paper" version "2.2.4"
id "xyz.jpenilla.run-paper" version "2.3.0"
}

group = "moe.minacle.minecraft"
Expand All @@ -26,7 +26,7 @@ repositories {
}

dependencies {
compileOnly "io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT"
compileOnly "io.papermc.paper:paper-api:1.21-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.6"
minecraftVersion "1.21"
}
}

Expand Down

0 comments on commit 93c14e3

Please sign in to comment.