Skip to content

Commit

Permalink
update paperweight and 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yannicklamprecht committed Oct 25, 2024
1 parent 9021d74 commit 2847b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.nio.charset.StandardCharsets
plugins {
`java-library`
`maven-publish`
id("io.papermc.paperweight.userdev") version "1.7.3"
id("io.papermc.paperweight.userdev") version "1.7.4"
id("xyz.jpenilla.run-paper") version "2.3.1"
id("net.minecrell.plugin-yml.bukkit") version "0.6.0"
}
Expand All @@ -20,7 +20,7 @@ repositories {
}

dependencies {
paperweight.paperDevBundle("1.21.1-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.21.3-R0.1-SNAPSHOT")
}

tasks {
Expand Down

0 comments on commit 2847b3c

Please sign in to comment.