9
0
mirror of https://gitlab.com/SamB440/rpgregions-2.git synced 2025-12-30 12:19:16 +00:00

Update MockBukkit & Junit

This commit is contained in:
SamB440
2022-01-17 20:28:59 +00:00
parent ced2e6fe78
commit 796d9b51e0

View File

@@ -3,8 +3,8 @@ plugins {
}
dependencies {
testImplementation("junit:junit:4.5")
testImplementation("com.github.seeseemelk:MockBukkit-v1.17:1.12.0")
testImplementation("junit:junit:4.13.2")
testImplementation("com.github.seeseemelk:MockBukkit-v1.17:1.13.0")
testImplementation("org.reflections:reflections:0.10.2")
implementation("net.islandearth:languagy:2.0.4-SNAPSHOT") // languagy
@@ -28,4 +28,7 @@ dependencies {
compileOnly("io.lumine.xikage:MythicMobs:4.9.1") {
exclude("org.apache.commons")
}
}
}
repositories {
mavenCentral()
}