Skip to content

Commit f8d9d8a

Browse files
chore(deps): update all non-major dependencies to v9.2.1
1 parent ecb95ae commit f8d9d8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
dependencies {
11-
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.1.0")
11+
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.2.1")
1212
implementation("xyz.wagyourtail.jvmdowngrader:xyz.wagyourtail.jvmdowngrader.gradle.plugin:1.3.3")
1313
}
1414

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginManagement {
55
gradlePluginPortal()
66
}
77
plugins {
8-
id("com.gradleup.shadow") version "9.1.0"
8+
id("com.gradleup.shadow") version "9.2.1"
99
id("net.kyori.indra") version "3.2.0"
1010
id("net.kyori.indra.git") version "3.2.0"
1111
id("net.kyori.indra.publishing") version "3.2.0"

0 commit comments

Comments
 (0)