aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorJason Penilla <[email protected]>2024-04-30 10:30:14 -0700
committerJason Penilla <[email protected]>2024-04-30 10:30:14 -0700
commit8712a1c838432b3610c9b3b92a57e93dcea32d49 (patch)
tree0703c96a52301a8503d86943f4cf67e9f38df558 /build.gradle.kts
parent657059cfe9b053aabd33eb3e5be5f0c27d615b90 (diff)
downloadPaper-8712a1c838432b3610c9b3b92a57e93dcea32d49.tar.gz
Paper-8712a1c838432b3610c9b3b92a57e93dcea32d49.zip
Update paperweight to 1.6.3 (#10626)
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index df39c8a1fa..095ae68f33 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -11,7 +11,7 @@ import kotlin.io.path.*
plugins {
java
`maven-publish`
- id("io.papermc.paperweight.core") version "1.6.2"
+ id("io.papermc.paperweight.core") version "1.6.3"
}
allprojects {