Skip to content

Commit e3afb90

Browse files
Bump xyz.wagyourtail.jvmdowngrader:jvmdowngrader from 1.3.0 to 1.3.3
Bumps [xyz.wagyourtail.jvmdowngrader:jvmdowngrader](https://github.com/unimined/JvmDowngrader) from 1.3.0 to 1.3.3. - [Release notes](https://github.com/unimined/JvmDowngrader/releases) - [Commits](unimined/JvmDowngrader@1.3.0...1.3.3) --- updated-dependencies: - dependency-name: xyz.wagyourtail.jvmdowngrader:jvmdowngrader dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 126cb71 commit e3afb90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id "base.fill-build-constants"
66
id "viaproxy.publishing-conventions"
77
id "net.raphimc.class-token-replacer" version "1.1.6"
8-
id "xyz.wagyourtail.jvmdowngrader" version "1.3.0"
8+
id "xyz.wagyourtail.jvmdowngrader" version "1.3.3"
99
}
1010

1111
configurations {
@@ -96,8 +96,8 @@ dependencies {
9696
includeInJar "gs.mclo:api:5.0.2"
9797
includeInJar "net.lenni0451:optconfig:1.1.1"
9898

99-
includeInJarJ8(compileOnly("xyz.wagyourtail.jvmdowngrader:jvmdowngrader:1.3.0"))
100-
includeInJarJ8 "xyz.wagyourtail.jvmdowngrader:jvmdowngrader-java-api:1.3.0:downgraded-8"
99+
includeInJarJ8(compileOnly("xyz.wagyourtail.jvmdowngrader:jvmdowngrader:1.3.3"))
100+
includeInJarJ8 "xyz.wagyourtail.jvmdowngrader:jvmdowngrader-java-api:1.3.3:downgraded-8"
101101
}
102102

103103
application {

0 commit comments

Comments
 (0)