Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed May 7, 2024
1 parent be8d640 commit 345c26b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ trait ScalaCompilerSettings {
Seq(
semanticdbEnabled := Keys.scalaBinaryVersion.value != "3",
semanticdbOptions += "-P:semanticdb:synthetics:on",
semanticdbVersion := scalafixSemanticdb.revision, // use Scalafix compatible version
semanticdbVersion := scalafixSemanticdb.revision, // use Scalafix compatible version
ThisBuild / scalafixDependencies ++= List(
"com.github.vovapolu" %% "scaluzzi" % ScaluzziVersion
)
Expand Down

0 comments on commit 345c26b

Please sign in to comment.