Skip to content

Commit

Permalink
Do not duplicate sbt-tpolecat options
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitarg committed Oct 30, 2024
1 parent 2537fbb commit c6b8a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ libraryDependencies ++= {

ThisBuild / scalacOptions ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, _)) => Seq("-Ykind-projector:underscores")
case Some((2, 12 | 13)) => Seq("-Xsource:3", "-P:kind-projector:underscore-placeholders")
case _ => Nil
}
}

Expand Down

0 comments on commit c6b8a95

Please sign in to comment.