Update shadow

This commit is contained in:
Nassim Jahnke 2021-12-15 08:59:34 +01:00
parent 2143e38d27
commit 54236f718f
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
2 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@ repositories {
dependencies {
// version must be manually kept in sync with the one in root project settings.gradle.kts
implementation("gradle.plugin.com.github.johnrengelman", "shadow", "7.1.0")
implementation("gradle.plugin.com.github.johnrengelman", "shadow", "7.1.1")
}

View File

@ -20,7 +20,7 @@ pluginManagement {
// default plugin versions
plugins {
id("net.kyori.blossom") version "1.2.0"
id("com.github.johnrengelman.shadow") version "7.1.0"
id("com.github.johnrengelman.shadow") version "7.1.1"
}
}