Use scalafix' semanticdb version

Which is now correct after the scalafix bump
This commit is contained in:
Eike Kettner 2020-11-27 23:47:51 +01:00
parent 5ec5a9b8bf
commit 0560867b83

@ -11,7 +11,7 @@ val elmCompileMode = settingKey[ElmCompileMode]("How to compile elm sources")
val scalafixSettings = Seq(
semanticdbEnabled := true, // enable SemanticDB
semanticdbVersion := "4.4.0",//scalafixSemanticdb.revision
semanticdbVersion := scalafixSemanticdb.revision, //"4.4.0"
ThisBuild / scalafixDependencies ++= Dependencies.organizeImports
)