We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3559a9f commit 66323cbCopy full SHA for 66323cb
build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
implementation "org.json:json:20210307"
25
implementation "com.formdev:flatlaf:1.6.1"
26
compileOnly "org.lwjgl:lwjgl-tinyfd:3.3.2"
27
- implementation "net.fabricmc:fabric-installer:1.0.0"
+ implementation "net.fabricmc:fabric-installer:1.0.1"
28
}
29
30
application {
@@ -36,7 +36,7 @@ class FileOutput extends DefaultTask {
36
File output
37
38
39
-def bootstrapVersion = "0.5.1"
+def bootstrapVersion = "0.5.2"
40
def bootstrapArch = "i686"
41
42
task downloadBootstrap(type: Download) {
0 commit comments