Skip to content

Commit

Permalink
chore(deps): bumps shadow plugin to 7.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Nov 6, 2023
1 parent ffe1d2e commit c74b79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ subprojects {

buildscript {
ext {
version_shadow = '5.1.0'
version_shadow = '7.1.2'
}
repositories {
mavenCentral()
Expand All @@ -66,7 +66,7 @@ subprojects {
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.github.jengelman.gradle.plugins:shadow:$version_shadow"
classpath "gradle.plugin.com.github.johnrengelman:shadow:$version_shadow"
}
}

Expand Down

0 comments on commit c74b79b

Please sign in to comment.