Skip to content

Commit

Permalink
Update paperweight to 1.3.3 and shadow to 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 21, 2021
1 parent ae6fec6 commit 5cb2942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit 5cb2942

Please sign in to comment.