update gradle dependencies to v138

This commit is contained in:
Sharlotte
2022-09-26 11:53:14 +09:00
parent 494710b78f
commit 3d0ff8e98e

View File

@@ -22,8 +22,9 @@ repositories {
dependencies {
annotationProcessor 'com.github.Anuken:jabel:0.8.0'
compileOnly "com.github.Anuken.Mindustry:core:v137"
compileOnly "com.github.Anuken.Arc:arc-core:dfcb21ce56"
compileOnly "com.github.Anuken.Mindustry:core:v138"
compileOnly "com.github.Anuken.Arc:flabel:v138"
compileOnly "com.github.Anuken.Arc:arc-core:v138"
}
jar.archiveFileName.set("raw-$artifactFilename")