Skip to content

Commit 188e3ba

Browse files
committed
chore: update deps
1 parent 9098035 commit 188e3ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ java {
1010
withSourcesJar()
1111
}
1212

13-
version = "0.3.7"
13+
version = "0.3.8"
1414
group = "dev.chachy"
1515

1616
dependencies {
17-
minecraft "com.mojang:minecraft:1.21"
18-
mappings "net.fabricmc:yarn:1.21+build.1:v2"
19-
modImplementation "net.fabricmc:fabric-loader:0.15.10"
17+
minecraft "com.mojang:minecraft:1.21.2"
18+
mappings "net.fabricmc:yarn:1.21.2+build.1:v2"
19+
modImplementation "net.fabricmc:fabric-loader:0.16.7"
2020
}
2121

2222
processResources {

0 commit comments

Comments
 (0)