Skip to content

Commit

Permalink
Bump xyz.wagyourtail.jvmdowngrader:jvmdowngrader from 0.9.1 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [xyz.wagyourtail.jvmdowngrader:jvmdowngrader](https://github.com/unimined/JvmDowngrader) from 0.9.1 to 1.0.0.
- [Release notes](https://github.com/unimined/JvmDowngrader/releases)
- [Commits](unimined/JvmDowngrader@0.9.1...1.0.0)

---
updated-dependencies:
- dependency-name: xyz.wagyourtail.jvmdowngrader:jvmdowngrader
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent ed68b7d commit 4fc8a47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id "maven-publish"
id "idea"
id "net.raphimc.class-token-replacer" version "1.1.2"
id "xyz.wagyourtail.jvmdowngrader" version "0.9.1"
id "xyz.wagyourtail.jvmdowngrader" version "1.0.0"
}

base {
Expand Down Expand Up @@ -100,8 +100,8 @@ dependencies {
include "gs.mclo:api:3.0.1"
include "net.lenni0451:optconfig:1.0.0-SNAPSHOT"

includeJ8(compileOnly("xyz.wagyourtail.jvmdowngrader:jvmdowngrader:0.9.1"))
includeJ8 "xyz.wagyourtail.jvmdowngrader:jvmdowngrader-java-api:0.9.1:downgraded-8"
includeJ8(compileOnly("xyz.wagyourtail.jvmdowngrader:jvmdowngrader:1.0.0"))
includeJ8 "xyz.wagyourtail.jvmdowngrader:jvmdowngrader-java-api:1.0.0:downgraded-8"
}

sourceSets {
Expand Down

0 comments on commit 4fc8a47

Please sign in to comment.