mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-26 19:18:12 +01:00
Update dependencies
This commit is contained in:
parent
56f826a41e
commit
bc4eba68aa
@ -3,7 +3,7 @@ import org.gradle.internal.os.OperatingSystem
|
||||
plugins {
|
||||
id 'java-library'
|
||||
id 'maven-publish'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.5.0'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.5.21'
|
||||
id 'checkstyle'
|
||||
}
|
||||
|
||||
@ -104,7 +104,7 @@ dependencies {
|
||||
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.7.2')
|
||||
|
||||
// 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
|
||||
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.
|
||||
mcVersion = 1.17
|
||||
|
||||
asmVersion=9.0
|
||||
mixinVersion=0.8.1
|
||||
asmVersion=9.2
|
||||
mixinVersion=0.8.3
|
||||
hephaistosVersion=v1.1.8
|
||||
kotlinVersion=1.5.0
|
||||
kotlinVersion=1.5.21
|
||||
adventureVersion=4.8.1
|
Loading…
Reference in New Issue
Block a user