Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 2d471a3 commit ff0eff4
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 @@ -26,7 +26,7 @@ dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")

implementation("net.thenextlvl.core:nbt:2.2.14")
implementation("net.thenextlvl.core:files:2.0.0")
implementation("net.thenextlvl.core:files:2.0.1")
implementation("net.thenextlvl.core:adapters:2.0.1")
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {

implementation(project(":api"))
implementation("net.thenextlvl.core:nbt:2.2.14")
implementation("net.thenextlvl.core:files:2.0.0")
implementation("net.thenextlvl.core:files:2.0.1")
implementation("net.thenextlvl.core:i18n:1.0.20")
implementation("net.thenextlvl.core:paper:2.0.3")
implementation("net.thenextlvl.core:adapters:2.0.1")
Expand Down

0 comments on commit ff0eff4

Please sign in to comment.