Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed May 7, 2024
1 parent bd35d2d commit be8d640
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import sbt.Keys._
import sbt.{Def, _}
import sbtbuildinfo.BuildInfoPlugin.autoImport.{BuildInfoKey, buildInfoKeys, buildInfoPackage}
import sbtcrossproject.CrossPlugin.autoImport.{JVMPlatform, crossProjectPlatform}
import scalafix.sbt.ScalafixPlugin.autoImport.{scalafixDependencies, scalafixScalaBinaryVersion, scalafixSemanticdb}
import scalafix.sbt.ScalafixPlugin.autoImport.{scalafixDependencies, scalafixSemanticdb}

import zio.sbt.Versions._

Expand Down Expand Up @@ -208,7 +208,6 @@ trait ScalaCompilerSettings {
semanticdbEnabled := Keys.scalaBinaryVersion.value != "3",
semanticdbOptions += "-P:semanticdb:synthetics:on",
semanticdbVersion := scalafixSemanticdb.revision, // use Scalafix compatible version
ThisBuild / scalafixScalaBinaryVersion := CrossVersion.binaryScalaVersion(Keys.scalaVersion.value),
ThisBuild / scalafixDependencies ++= List(
"com.github.vovapolu" %% "scaluzzi" % ScaluzziVersion
)
Expand Down

0 comments on commit be8d640

Please sign in to comment.