mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-08 03:21:38 +01:00
5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
dependencies {
|
|
implementation(project(":viaversion-common"))
|
|
compileOnly("org.spongepowered", "spongeapi", Versions.legacySponge)
|
|
}
|