We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4837283 commit ca72757Copy full SHA for ca72757
build.gradle
@@ -55,12 +55,12 @@ dependencies {
55
testImplementation('org.apache.logging.log4j:log4j-core:2.11.2')
56
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.6.+')
57
testRuntimeOnly(sourceSets.testJars.output)
58
- implementation('cpw.mods:modlauncher:5.0.+')
+ implementation('cpw.mods:modlauncher:5.1.+')
59
implementation('org.apache.logging.log4j:log4j-api:2.11.2')
60
implementation('org.ow2.asm:asm:7.2')
61
implementation('org.ow2.asm:asm-commons:7.2')
62
implementation('org.ow2.asm:asm-tree:7.2')
63
- implementation('net.minecraftforge:forgespi:2.0.+')
+ implementation('net.minecraftforge:forgespi:2.1.+')
64
implementation('com.google.code.findbugs:jsr305:3.0.2')
65
}
66
0 commit comments