Skip to content

Commit

Permalink
Update bom
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Jul 5, 2023
1 parent a981ed3 commit fd2e7a2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,13 @@ repositories {
maven { url = uri("https://repo.papermc.io/repository/maven-public/") }
maven { url = uri("https://repo.dmulloy2.net/nexus/repository/public/") }
maven { url = uri("https://maven.enginehub.org/repo/") }
// TODO remove once this is part of BOM
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}

dependencies {
implementation(platform("com.intellectualsites.bom:bom-newest:1.29"))
implementation(platform("com.intellectualsites.bom:bom-newest:1.32"))
compileOnly("io.papermc.paper:paper-api")
// TODO remove version once this is part of BOM
compileOnly("com.intellectualsites.plotsquared:plotsquared-core:7.0.0-SNAPSHOT")
compileOnly("com.intellectualsites.plotsquared:plotsquared-bukkit:7.0.0-SNAPSHOT") { isTransitive = false }
compileOnly("com.intellectualsites.plotsquared:plotsquared-core")
compileOnly("com.intellectualsites.plotsquared:plotsquared-bukkit") { isTransitive = false }
compileOnly(libs.protocollib)
compileOnly(libs.worldedit)
implementation("org.bstats:bstats-bukkit")
Expand Down

0 comments on commit fd2e7a2

Please sign in to comment.