Skip to content

Commit 602ea76

Browse files
committed
build.gradle.kts - update skript-parser version
1 parent 4de72f7 commit 602ea76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
dependencies {
2626
compileOnly("com.hypixel.hytale:Server:${hytaleVersion}")
2727
compileOnly("org.jetbrains:annotations:26.0.2")
28-
implementation("com.github.SkriptDev:skript-parser:dev~patch-SNAPSHOT") {
28+
implementation("com.github.SkriptDev:skript-parser:1.0.2") {
2929
isTransitive = false
3030
}
3131
implementation("com.github.Zoltus:TinyMessage:2.0.1") {

0 commit comments

Comments
 (0)