Skip to content

Commit ca72757

Browse files
committed
Update local deps
Signed-off-by: cpw <cpw+github@weeksfamily.ca>
1 parent 4837283 commit ca72757

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
@@ -55,12 +55,12 @@ dependencies {
5555
testImplementation('org.apache.logging.log4j:log4j-core:2.11.2')
5656
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.6.+')
5757
testRuntimeOnly(sourceSets.testJars.output)
58-
implementation('cpw.mods:modlauncher:5.0.+')
58+
implementation('cpw.mods:modlauncher:5.1.+')
5959
implementation('org.apache.logging.log4j:log4j-api:2.11.2')
6060
implementation('org.ow2.asm:asm:7.2')
6161
implementation('org.ow2.asm:asm-commons:7.2')
6262
implementation('org.ow2.asm:asm-tree:7.2')
63-
implementation('net.minecraftforge:forgespi:2.0.+')
63+
implementation('net.minecraftforge:forgespi:2.1.+')
6464
implementation('com.google.code.findbugs:jsr305:3.0.2')
6565
}
6666

0 commit comments

Comments
 (0)