Skip to content

Commit

Permalink
[ci skip] 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jul 5, 2024
1 parent a6ff155 commit 6f4b07b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
dependencies {
compileOnly("org.projectlombok:lombok:1.18.32")
compileOnly("net.thenextlvl.core:annotations:2.0.1")
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")

Expand All @@ -40,7 +40,7 @@ paper {
name = "goPaintAdvanced"
main = "net.thenextlvl.gopaint.GoPaintPlugin"
authors = listOf("Arcaniax", "TheMeinerLP", "NonSwag")
apiVersion = "1.20"
apiVersion = "1.21"
foliaSupported = true

serverDependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gameVersions=1.20.6
gameVersions=1.21

0 comments on commit 6f4b07b

Please sign in to comment.