diff options
author | Jason <[email protected]> | 2023-10-09 18:04:26 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-09 18:04:26 -0700 |
commit | a2ba45239c1d5bfa36e839c6e0a852bb804d61b1 (patch) | |
tree | 82308ad9cd03b898e8f2dd0521fa8040526161f3 /build.gradle.kts | |
parent | 99b735c1acd147be05bf1ede13ec757b1a624342 (diff) | |
download | Paper-a2ba45239c1d5bfa36e839c6e0a852bb804d61b1.tar.gz Paper-a2ba45239c1d5bfa36e839c6e0a852bb804d61b1.zip |
Update paperweight to 1.5.8 (#9814)
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 dedbce1629..697d7fce6a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { java `maven-publish` id("com.github.johnrengelman.shadow") version "8.1.1" apply false - id("io.papermc.paperweight.core") version "1.5.7" + id("io.papermc.paperweight.core") version "1.5.8" } allprojects { |