diff options
author | Jason Penilla <[email protected]> | 2024-12-15 16:40:25 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2024-12-15 16:40:49 -0700 |
commit | d98c8f9f5bbde9957d1a1011f09dec52694b32c0 (patch) | |
tree | 09c63daf034149f94f7cc400b807c859e067495b | |
parent | 1af7f42af528098c972c450c84f65015835dceb2 (diff) | |
download | Paper-d98c8f9f5bbde9957d1a1011f09dec52694b32c0.tar.gz Paper-d98c8f9f5bbde9957d1a1011f09dec52694b32c0.zip |
update paperweight to 2.0.0-beta.3
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 33a763a905..80d3fb5d1b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ import java.nio.file.Path import kotlin.random.Random plugins { - id("io.papermc.paperweight.core") version "2.0.0-beta.2" apply false + id("io.papermc.paperweight.core") version "2.0.0-beta.3" apply false } subprojects { |