Gradle build script dependency updates

This commit is contained in:
Adrian Siekierka 2025-06-01 13:37:40 +02:00
parent 76d7abe74f
commit 6e8574990d

View File

@ -18,7 +18,7 @@ buildscript {
}
}
dependencies {
classpath 'com.github.GTNewHorizons:ForgeGradle:1.2.11'
classpath 'com.github.GTNewHorizons:ForgeGradle:1.2.13'
}
}
@ -27,7 +27,7 @@ plugins {
id 'idea'
id 'maven-publish'
id "com.matthewprenger.cursegradle" version "1.4.0"
id 'com.modrinth.minotaur' version '2.2.0'
id 'com.modrinth.minotaur' version '2.8.7'
}
apply plugin: 'forge'
@ -165,7 +165,7 @@ dependencies {
embedded name: 'OC-JNLua', version: '20230530.0', ext: 'jar'
embedded name: 'OC-JNLua-Natives', version: '20220928.1', ext: 'jar'
testCompile "junit:junit:4.13"
testCompile "junit:junit:4.13.2"
testCompile "org.mockito:mockito-all:1.10.19"
testCompile "org.scalactic:scalactic_2.11:2.2.6"
testCompile "org.scalatest:scalatest_2.11:2.2.6"