Update loom + fix jetbrains annotations remap src

This commit is contained in:
shedaniel
2020-11-18 01:07:44 +08:00
parent e0ce2fc2c3
commit cb64621c28
2 changed files with 12 additions and 3 deletions

View File

@@ -26,8 +26,8 @@ dependencies {
implementation gradleApi()
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72"
implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.72"
implementation "net.fabricmc:fabric-loom:0.5.29"
runtime "net.fabricmc:fabric-loom:0.5.29"
implementation "net.fabricmc:fabric-loom:0.5.42"
runtime "net.fabricmc:fabric-loom:0.5.42"
implementation "net.fabricmc:tiny-remapper:0.3.0.70"
implementation "net.fabricmc:tiny-mappings-parser:0.2.2.14"
implementation "org.ow2.asm:asm:8.0"