Skip to content

Commit

Permalink
chore(deps): bump com.viaversion:viaversion-api from 5.2.0 to 5.2.1 (#…
Browse files Browse the repository at this point in the history
…178)

Bumps com.viaversion:viaversion-api from 5.2.0 to 5.2.1.

---
updated-dependencies:
- dependency-name: com.viaversion:viaversion-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 40e33df commit d6023ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion implementation_1_19_4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {

implementation(project(":api"))
implementation("de.oliver:FancyLib:35")
compileOnly("com.viaversion:viaversion-api:5.2.0")
compileOnly("com.viaversion:viaversion-api:5.2.1")
}


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

implementation(project(":api"))
implementation("de.oliver:FancyLib:35")
compileOnly("com.viaversion:viaversion-api:5.2.0")
compileOnly("com.viaversion:viaversion-api:5.2.1")
}


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

implementation(project(":api"))
implementation("de.oliver:FancyLib:35")
compileOnly("com.viaversion:viaversion-api:5.2.0")
compileOnly("com.viaversion:viaversion-api:5.2.1")
}


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

implementation(project(":api"))
implementation("de.oliver:FancyLib:35")
compileOnly("com.viaversion:viaversion-api:5.2.0")
compileOnly("com.viaversion:viaversion-api:5.2.1")
}


Expand Down

0 comments on commit d6023ed

Please sign in to comment.