Bump xyz.wagyourtail.jvmdowngrader:jvmdowngrader from 0.9.0 to 0.9.1

Bumps [xyz.wagyourtail.jvmdowngrader:jvmdowngrader](https://github.com/unimined/JvmDowngrader) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/unimined/JvmDowngrader/releases)
- [Commits](https://github.com/unimined/JvmDowngrader/compare/0.9.0...0.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-23 04:46:44 +00:00 committed by GitHub
parent b25223fd36
commit a656402ecf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.0"
id "xyz.wagyourtail.jvmdowngrader" version "0.9.1"
}
base {
@ -99,8 +99,8 @@ dependencies {
}
include "gs.mclo:api:3.0.1"
includeJ8(compileOnly("xyz.wagyourtail.jvmdowngrader:jvmdowngrader:0.9.0"))
includeJ8 "xyz.wagyourtail.jvmdowngrader:jvmdowngrader-java-api:0.9.0:downgraded-8"
includeJ8(compileOnly("xyz.wagyourtail.jvmdowngrader:jvmdowngrader:0.9.1"))
includeJ8 "xyz.wagyourtail.jvmdowngrader:jvmdowngrader-java-api:0.9.1:downgraded-8"
}
sourceSets {