File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ repositories {
1111dependencies {
1212 implementation(project(" :basics" ))
1313 implementation(project(" :code-quality" ))
14- implementation(" com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.74 " )
15- implementation(" org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.6.20 " )
14+ implementation(" com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.78 " )
15+ implementation(" org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.6.21 " )
1616}
1717
1818tasks.withType<KotlinCompile >().configureEach {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
1010
1111dependencies {
1212 implementation(project(" :jvm" ))
13- implementation(" com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.74 " )
13+ implementation(" com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.78 " )
1414 implementation(" com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:7.0.0" )
1515 implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin" )
1616}
You can’t perform that action at this time.
0 commit comments