We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990b613 commit 04a350eCopy full SHA for 04a350e
1 file changed
build.gradle.kts
@@ -32,7 +32,7 @@ dependencies {
32
compileOnly("com.hypixel.hytale:Server:${hytaleVersion}")
33
compileOnly("org.jetbrains:annotations:26.0.2")
34
testImplementation("com.google.code.gson:gson:2.13.2")
35
- implementation("com.github.SkriptDev:skript-parser:1.0.9") {
+ implementation("com.github.SkriptDev:skript-parser:1.0.10") {
36
isTransitive = false
37
}
38
implementation("com.github.Zoltus:TinyMessage:2.0.1") {
0 commit comments