Skip to content

Commit d7ec9c7

Browse files
committed
update buildscript, bump deps
1 parent 2806a0e commit d7ec9c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("fpgradle-minecraft") version("0.7.5")
2+
id("fpgradle-minecraft") version("0.8.1")
33
}
44

55
group = "com.falsepattern"
@@ -52,6 +52,6 @@ repositories {
5252
}
5353

5454
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")
55+
compileOnly("com.gtnewhorizons.retrofuturabootstrap:RetroFuturaBootstrap:1.0.7")
56+
compileOnly("com.github.LegacyModdingMC.UniMixins:unimixins-all-1.7.10:0.1.19:dev")
5757
}

0 commit comments

Comments
 (0)