We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2806a0e commit d7ec9c7Copy full SHA for d7ec9c7
build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- id("fpgradle-minecraft") version("0.7.5")
+ id("fpgradle-minecraft") version("0.8.1")
3
}
4
5
group = "com.falsepattern"
@@ -52,6 +52,6 @@ repositories {
52
53
54
dependencies {
55
- compileOnly("com.gtnewhorizons.retrofuturabootstrap:RetroFuturaBootstrap:1.0.5")
56
- compileOnly("com.github.LegacyModdingMC.UniMixins:unimixins-all-1.7.10:0.1.17:dev")
+ compileOnly("com.gtnewhorizons.retrofuturabootstrap:RetroFuturaBootstrap:1.0.7")
+ compileOnly("com.github.LegacyModdingMC.UniMixins:unimixins-all-1.7.10:0.1.19:dev")
57
0 commit comments