We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee62bd commit b788684Copy full SHA for b788684
project/BuildSettings.scala
@@ -38,7 +38,7 @@ object BuildSettings {
38
Dependencies.scalaTest % Test
39
),
40
semanticdbEnabled := true,
41
- semanticdbVersion := scalafixSemanticdb.revision,
+ semanticdbVersion := "4.4.30", // scalafixSemanticdb.revision,
42
ThisBuild / scalafixDependencies ++= Seq(
43
Dependencies.scalafixScaluzzi,
44
Dependencies.scalafixOrganizeImports
0 commit comments