]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blobdiff - build.gradle
1.18.2-rc1
[BoundingBoxOutlineReloaded.git] / build.gradle
index b0e66d06ee05de6de9c9a80853bde04076f948c2..4f6e5c99f7e74dcc7771d9dbff977a4459cc341c 100644 (file)
@@ -40,8 +40,8 @@ tasks.withType(JavaCompile).configureEach {
 
 dependencies {
     minecraft 'com.mojang:minecraft:' + project.mcVersion
-    mappings 'net.fabricmc:yarn:' + project.mcVersion + '+build.22:v2'
-    modImplementation 'net.fabricmc:fabric-loader:0.12.12'
+    mappings 'net.fabricmc:yarn:' + project.mcVersion + '+build.2:v2'
+    modImplementation 'net.fabricmc:fabric-loader:0.13.3'
 }
 
 loom {