Skip to content

Commit 26a566e

Browse files
author
MelanX
committed
update versions
1 parent b25de5f commit 26a566e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/buildscript.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ repositories {
3131
}
3232

3333
dependencies {
34-
classpath('net.minecraftforge.gradle:ForgeGradle') { version { strictly '6.0.6' } }
34+
classpath('net.minecraftforge.gradle:ForgeGradle') { version { strictly '6.0.21' } }
3535
classpath('org.moddingx:ModGradle') { version { strictly '4.0.3' } }
3636
classpath('org.parchmentmc:librarian') { version { strictly '1.2.0.6-dev-SNAPSHOT' } }
3737
classpath('net.darkhax.curseforgegradle:CurseForgeGradle') { version { strictly '1.0.14' } }
38-
classpath('com.modrinth.minotaur:Minotaur') { version { strictly '2.8.1' } }
39-
classpath 'org.spongepowered:mixingradle:0.7.33'
40-
classpath 'org.apache.maven:maven-artifact:3.9.1'
38+
classpath('com.modrinth.minotaur:Minotaur') { version { strictly '2.8.7' } }
39+
classpath 'org.spongepowered:mixingradle:0.7.38'
40+
classpath 'org.apache.maven:maven-artifact:3.9.6'
4141
classpath 'com.google.code.findbugs:jsr305:3.0.2'
4242

4343
// FastCSV broke binary compatibility in 3.0.0.

0 commit comments

Comments
 (0)