Skip to content

Commit

Permalink
Bump net.thenextlvl.core:annotations from 2.0.1 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps net.thenextlvl.core:annotations from 2.0.1 to 3.0.0.

---
updated-dependencies:
- dependency-name: net.thenextlvl.core:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 14, 2024
1 parent 799b153 commit 541b4bf
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 @@ -22,7 +22,7 @@ repositories {

dependencies {
compileOnly("org.projectlombok:lombok:1.18.34")
compileOnly("net.thenextlvl.core:annotations:2.0.1")
compileOnly("net.thenextlvl.core:annotations:3.0.0")
compileOnly("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")

compileOnlyApi(platform("com.intellectualsites.bom:bom-newest:1.45"))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {

dependencies {
compileOnly("org.projectlombok:lombok:1.18.34")
compileOnly("net.thenextlvl.core:annotations:2.0.1")
compileOnly("net.thenextlvl.core:annotations:3.0.0")
compileOnly("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")

implementation("org.bstats:bstats-bukkit:3.0.2")
Expand Down

0 comments on commit 541b4bf

Please sign in to comment.