fix: update SR-Core version
This commit is contained in:
parent
4d73b53bfb
commit
41ae6a2572
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue