gradle(deps): bump com.github.19MisterX98.SeedcrackerX:seedcrackerx-api

Bumps [com.github.19MisterX98.SeedcrackerX:seedcrackerx-api](https://github.com/19MisterX98/SeedcrackerX) from 2.10.1 to 2.14.4.
- [Release notes](https://github.com/19MisterX98/SeedcrackerX/releases)
- [Commits](https://github.com/19MisterX98/SeedcrackerX/compare/2.10.1...2.14.4)

---
updated-dependencies:
- dependency-name: com.github.19MisterX98.SeedcrackerX:seedcrackerx-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-02 02:12:21 +00:00
committed by GitHub
parent 1f0eef9e15
commit dfaffd3624

View File

@@ -42,7 +42,7 @@ dependencies {
extraLibs('com.seedfinding:mc_feature:919b7e513cc1e87e029a9cd703fc4e2dc8686229') { transitive = false }
// seedcracker api
implementation (include('com.github.19MisterX98.SeedcrackerX:seedcrackerx-api:2.10.1')) {transitive = false}
implementation (include('com.github.19MisterX98.SeedcrackerX:seedcrackerx-api:2.14.4')) {transitive = false}
// implementation (include('com.github.19MisterX98.SeedcrackerX:seedcrackerx-api:master-SNAPSHOT')) {transitive = false}
configurations.implementation.extendsFrom(configurations.extraLibs)