aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJason Penilla <[email protected]>2021-12-21 01:14:41 -0800
committerJason Penilla <[email protected]>2021-12-21 01:14:41 -0800
commit5cb294299c8c78cc3708411c1b92882faaf6ef96 (patch)
tree96b12362a6f9f21a56e196eebc1c8a9ddef4114a
parentae6fec6d13255847ade2d54aa6462addbb1ad4d0 (diff)
downloadPaper-5cb294299c8c78cc3708411c1b92882faaf6ef96.tar.gz
Paper-5cb294299c8c78cc3708411c1b92882faaf6ef96.zip
Update paperweight to 1.3.3 and shadow to 7.1.1
-rw-r--r--build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index c2ea2e2454..4441cfebe1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -1,8 +1,8 @@
plugins {
java
`maven-publish`
- id("com.github.johnrengelman.shadow") version "7.1.0" apply false
- id("io.papermc.paperweight.core") version "1.3.2"
+ id("com.github.johnrengelman.shadow") version "7.1.1" apply false
+ id("io.papermc.paperweight.core") version "1.3.3"
}
allprojects {