Skip to content

Commit

Permalink
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.21.1-R0.1-SNAPSHOT to 1.21.3-R0.1-SNAPSHOT.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 21debe9 commit 8fc887b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
dependencies {
compileOnly("org.projectlombok:lombok:1.18.34")
compileOnly("net.thenextlvl.core:annotations:2.0.1")
compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT")

compileOnlyApi(platform("com.intellectualsites.bom:bom-newest:1.45"))
compileOnlyApi("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
dependencies {
compileOnly("org.projectlombok:lombok:1.18.34")
compileOnly("net.thenextlvl.core:annotations:2.0.1")
compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT")

implementation("org.bstats:bstats-bukkit:3.1.0")
implementation("com.github.xmrafonso:hangar4j:1.2.2")
Expand Down

0 comments on commit 8fc887b

Please sign in to comment.