Skip to content

Commit

Permalink
[ci skip] 1.21 update
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jul 5, 2024
1 parent d566e02 commit 8bff541
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "net.thenextlvl"
version = "2.1.2"
version = "2.1.3"

repositories {
mavenCentral()
Expand All @@ -25,7 +25,7 @@ dependencies {
compileOnly("net.luckperms:api:5.4")
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("net.thenextlvl.core:nbt:1.4.2")
implementation("net.thenextlvl.core:files:1.0.5")
Expand All @@ -47,7 +47,7 @@ tasks {
relocate("org.bstats", "net.thenextlvl.tweaks.bstats")
}
runServer {
minecraftVersion("1.20.6")
minecraftVersion("1.21")
}
}

Expand All @@ -60,7 +60,7 @@ paper {
name = "Tweaks"
main = "net.thenextlvl.tweaks.TweaksPlugin"
description = "A useful command collection"
apiVersion = "1.20"
apiVersion = "1.21"
website = "https://thenextlvl.net"
authors = listOf("CyntrixAlgorithm", "NonSwag")

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style=official
gameVersions=1.20.6
gameVersions=1.21

0 comments on commit 8bff541

Please sign in to comment.