Skip to content

Commit

Permalink
build(deps): bump io.papermc.paper:paper-api
Browse files Browse the repository at this point in the history
Bumps io.papermc.paper:paper-api from 1.20.4-R0.1-SNAPSHOT to 1.21.1-R0.1-SNAPSHOT.

---
updated-dependencies:
- dependency-name: io.papermc.paper:paper-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 11, 2024
1 parent 0762a31 commit b54eaef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ repositories {
dependencies {
implementation("com.google.code.gson:gson:2.11.0")
implementation("de.tr7zw:item-nbt-api:2.13.1")
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
compileOnly("org.jetbrains:annotations:24.1.0")

testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
testImplementation("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
testImplementation("com.github.seeseemelk:MockBukkit-v1.20:3.68.0")
}

Expand Down

0 comments on commit b54eaef

Please sign in to comment.