Skip to content

Commit

Permalink
Fix location bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 authored Aug 11, 2024
1 parent 4d47ee8 commit d5c03e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ dependencies {
}
compileOnlyApi("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")

api("com.github.Tofaa2.EntityLib:spigot:2.4.8-SNAPSHOT")
api("com.github.Tofaa2.EntityLib:spigot:2.4.9-SNAPSHOT")
api("com.github.shynixn.mccoroutine:mccoroutine-bukkit-api:2.17.0")
api("com.github.shynixn.mccoroutine:mccoroutine-bukkit-core:2.17.0")
api("dev.jorel:commandapi-bukkit-shade:9.5.1")
api("dev.jorel:commandapi-bukkit-kotlin:9.5.1")
api("dev.jorel:commandapi-bukkit-shade:9.5.2")
api("dev.jorel:commandapi-bukkit-kotlin:9.5.2")

// Doesn't want to load properly using the spigot api.
implementation("io.ktor:ktor-server-core-jvm:2.3.12")
Expand Down

0 comments on commit d5c03e2

Please sign in to comment.