Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed May 14, 2024
1 parent e94873c commit 97e37a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ dependencies {
implementation("net.kyori", "adventure-extra-kotlin")
implementation("net.kyori", "adventure-serializer-configurate4")

implementation(platform("org.incendo:cloud-bom:2.0.0-SNAPSHOT"))
implementation(platform("org.incendo:cloud-bom:2.0.0-rc.1"))
implementation("org.incendo:cloud-kotlin-extensions")
implementation(platform("org.incendo:cloud-minecraft-bom:2.0.0-beta.5"))
implementation(platform("org.incendo:cloud-minecraft-bom:2.0.0-beta.7"))
implementation("org.incendo:cloud-paper")
implementation("org.incendo:cloud-minecraft-extras")

Expand All @@ -51,7 +51,7 @@ dependencies {
implementation("org.spongepowered", "configurate-extra-kotlin")

implementation("io.insert-koin", "koin-core", "3.5.6")
implementation("xyz.jpenilla", "legacy-plugin-base", "0.0.1+108-SNAPSHOT")
implementation("xyz.jpenilla", "legacy-plugin-base", "0.0.1+117-SNAPSHOT")
implementation("org.bstats", "bstats-bukkit", "3.0.2")
implementation("io.papermc", "paperlib", "1.0.8")

Expand Down

0 comments on commit 97e37a9

Please sign in to comment.