Skip to content

Commit

Permalink
patch: fix bungee version
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Fran committed Jan 31, 2024
1 parent e0c9103 commit a605c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplecoreapi/build.gradle.kts
Expand Up @@ -6,7 +6,7 @@ dependencies {

/* Runtimes */
compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
compileOnly("net.md-5:bungeecord-api:1.20-R0.3")
compileOnly("net.md-5:bungeecord-api:1.20-R0.2")
compileOnly("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT")

/* Logging Module */
Expand Down

0 comments on commit a605c8f

Please sign in to comment.