Skip to content

Commit 66323cb

Browse files
committed
Update loader
1 parent 3559a9f commit 66323cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
implementation "org.json:json:20210307"
2525
implementation "com.formdev:flatlaf:1.6.1"
2626
compileOnly "org.lwjgl:lwjgl-tinyfd:3.3.2"
27-
implementation "net.fabricmc:fabric-installer:1.0.0"
27+
implementation "net.fabricmc:fabric-installer:1.0.1"
2828
}
2929

3030
application {
@@ -36,7 +36,7 @@ class FileOutput extends DefaultTask {
3636
File output
3737
}
3838

39-
def bootstrapVersion = "0.5.1"
39+
def bootstrapVersion = "0.5.2"
4040
def bootstrapArch = "i686"
4141

4242
task downloadBootstrap(type: Download) {

0 commit comments

Comments
 (0)