fix: update SR-Core version
Some checks failed
Format / formatting (push) Failing after 5m12s
Build / build (push) Successful in 11m48s

This commit is contained in:
unurled 2024-11-10 15:29:33 +01:00
parent 4d73b53bfb
commit 41ae6a2572
Signed by: unurled
GPG key ID: EFC5F5E709B47DDD

View file

@ -19,6 +19,7 @@ val mcVersion = "1.21.1-R0.1-SNAPSHOT"
val redisVersion = "5.2.0-beta4"
val invuiVersion = "1.36"
val gsonVersion = "2.11.0"
val srcoreVersion = "0.1.2"
val javaVersion = 21
@ -53,7 +54,7 @@ dependencies {
paperLibrary("com.github.retrooper", "packetevents-spigot", "2.5.0")
compileOnly("me.unurled:SR-Core:0.1.1")
compileOnly("me.unurled:SR-Core:${srcoreVersion}")
}
java {