diff options
author | Jason <[email protected]> | 2023-02-16 09:03:25 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-16 09:03:25 -0700 |
commit | 8fced9d5ab02382479e30ab54a7e2d540a8938d2 (patch) | |
tree | a240e3697b7cf8361933d7848757cca8f0ae926e /build.gradle.kts | |
parent | 27516ee39ea7be95b5eb4ea700a2df4aeab147d6 (diff) | |
download | Paper-8fced9d5ab02382479e30ab54a7e2d540a8938d2.tar.gz Paper-8fced9d5ab02382479e30ab54a7e2d540a8938d2.zip |
[ci skip] Update paperweight to 1.5.1 (#8856)
Diffstat (limited to 'build.gradle.kts')
-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 22dca7fb3f..0f7fd3dbda 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { java `maven-publish` id("com.github.johnrengelman.shadow") version "7.1.2" apply false - id("io.papermc.paperweight.core") version "1.4.1" + id("io.papermc.paperweight.core") version "1.5.1" } allprojects { |