We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902460f commit 8fafda7Copy full SHA for 8fafda7
1 file changed
build.gradle.kts
@@ -26,7 +26,7 @@ repositories {
26
dependencies {
27
compileOnly("com.hypixel.hytale:Server:${hytaleVersion}")
28
compileOnly("org.jetbrains:annotations:26.0.2")
29
- implementation("com.github.SkriptDev:skript-parser:dev~patch-SNAPSHOT") {
+ implementation("com.github.SkriptDev:skript-parser:1.0.7") {
30
isTransitive = false
31
}
32
implementation("com.github.Zoltus:TinyMessage:2.0.1") {
0 commit comments