Skip to content

Commit

Permalink
Fix build.gradle.kts (#69)
Browse files Browse the repository at this point in the history
* Fix Exploits

* Fix build.gradle.kts

* Fix build.gradle.kts

---------

Signed-off-by: IPECTER 이팩터 <[email protected]>
  • Loading branch information
IPECTER authored Dec 30, 2023
1 parent 6343f61 commit 379a2ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("io.papermc.paperweight.patcher") version "1.5.5"
id("io.papermc.paperweight.patcher") version "1.5.10"
}

repositories {
Expand All @@ -18,7 +18,7 @@ repositories {
}

dependencies {
remapper("net.fabricmc:tiny-remapper:0.8.7:fat")
remapper("net.fabricmc:tiny-remapper:0.8.11:fat")
decompiler("net.minecraftforge:forgeflower:2.0.627.2")
paperclip("io.papermc:paperclip:3.0.3")
}
Expand Down Expand Up @@ -138,4 +138,4 @@ tasks {
}
}
}
}
}

0 comments on commit 379a2ac

Please sign in to comment.