mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-08-03 19:17:27 -04:00
Gradle build script dependency updates
This commit is contained in:
parent
76d7abe74f
commit
6e8574990d
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user