We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d591070 commit e0d8d3bCopy full SHA for e0d8d3b
1 file changed
build.gradle.kts
@@ -31,7 +31,7 @@ repositories {
31
dependencies {
32
compileOnly("com.hypixel.hytale:Server:${hytaleVersion}")
33
compileOnly("org.jetbrains:annotations:26.0.2")
34
- implementation("com.github.SkriptDev:skript-parser:dev~patch-SNAPSHOT") {
+ implementation("com.github.SkriptDev:skript-parser:1.0.9") {
35
isTransitive = false
36
}
37
implementation("com.github.Zoltus:TinyMessage:2.0.1") {
0 commit comments