File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
dependencies {
6
6
classpath ' com.cinnober.gradle:semver-git:2.5.0'
7
7
classpath ' com.diffplug.spotless:spotless-plugin-gradle:6.3.0'
8
- classpath ' io.github.cosmicsilence:gradle-scalafix:0.1.8 '
8
+ classpath ' io.github.cosmicsilence:gradle-scalafix:0.1.13 '
9
9
}
10
10
}
11
11
plugins {
@@ -148,6 +148,12 @@ subprojects { project ->
148
148
if (project. plugins. hasPlugin(' scala' )) {
149
149
project. scalafix {
150
150
configFile = rootProject. file(' scalafix.conf' )
151
+
152
+ // Work around dependency resolution issues in April 2022
153
+ semanticdb {
154
+ autoConfigure = true
155
+ version = ' 4.5.5'
156
+ }
151
157
}
152
158
dependencies. scalafix(' com.github.liancheng:organize-imports_2.13:0.6.0' )
153
159
project. tasks. spotlessApply. dependsOn(project. tasks. scalafix)
You can’t perform that action at this time.
0 commit comments