Skip to content

Commit 81ff0ac

Browse files
committed
Update build.gradle
1 parent f30641c commit 81ff0ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tasks.withType(JavaCompile) {
5555
}
5656

5757
dependencies {
58-
implementation "org.spongepowered:spongeapi:10.0.0"
58+
implementation "org.spongepowered:spongeapi:${api}"
5959
implementation 'org.spongepowered:spongevanilla:1.19.4-10.0.0-RC1397:universal'
6060
implementation "com.github.SawFowl:LocaleAPI:${localeapi}"
6161
implementation "com.github.SawFowl:CommandPack:${commandpack}"
@@ -86,7 +86,7 @@ sponge {
8686
dependency("spongeapi") {
8787
optional(false)
8888
loadOrder("after")
89-
version("8.0.0")
89+
version("${api}")
9090
}
9191
dependency("localeapi") {
9292
optional(false)

0 commit comments

Comments
 (0)