mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-27 03:27:56 +01:00
Update dependencies
This commit is contained in:
parent
56f826a41e
commit
bc4eba68aa
@ -3,7 +3,7 @@ import org.gradle.internal.os.OperatingSystem
|
|||||||
plugins {
|
plugins {
|
||||||
id 'java-library'
|
id 'java-library'
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
id 'org.jetbrains.kotlin.jvm' version '1.5.0'
|
id 'org.jetbrains.kotlin.jvm' version '1.5.21'
|
||||||
id 'checkstyle'
|
id 'checkstyle'
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -104,7 +104,7 @@ dependencies {
|
|||||||
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.7.2')
|
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.7.2')
|
||||||
|
|
||||||
// Only here to ensure J9 module support for extensions and our classloaders
|
// Only here to ensure J9 module support for extensions and our classloaders
|
||||||
testCompileOnly 'org.mockito:mockito-core:3.11.1'
|
testCompileOnly 'org.mockito:mockito-core:3.11.2'
|
||||||
|
|
||||||
// https://mvnrepository.com/artifact/it.unimi.dsi/fastutil
|
// https://mvnrepository.com/artifact/it.unimi.dsi/fastutil
|
||||||
api 'it.unimi.dsi:fastutil:8.5.4'
|
api 'it.unimi.dsi:fastutil:8.5.4'
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Update this version with every release. It is purely used for the code generator and data dependency.
|
# Update this version with every release. It is purely used for the code generator and data dependency.
|
||||||
mcVersion = 1.17
|
mcVersion = 1.17
|
||||||
|
|
||||||
asmVersion=9.0
|
asmVersion=9.2
|
||||||
mixinVersion=0.8.1
|
mixinVersion=0.8.3
|
||||||
hephaistosVersion=v1.1.8
|
hephaistosVersion=v1.1.8
|
||||||
kotlinVersion=1.5.0
|
kotlinVersion=1.5.21
|
||||||
adventureVersion=4.8.1
|
adventureVersion=4.8.1
|
Loading…
Reference in New Issue
Block a user