Skip to content

Commit

Permalink
Merge pull request #803 from mzuehlke/scalafix-scalac-fix
Browse files Browse the repository at this point in the history
Sync the scalac version with the one used by scalafix
  • Loading branch information
iRevive authored Oct 11, 2024
2 parents 7278160 + bdaeb82 commit dd085c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lazy val scalaNativeSettings = Def.settings(
Test / envVars ++= Map("S2N_DONT_MLOCK" -> "1")
)

val Scala212 = "2.12.19"
val Scala212 = "2.12.20"
val Scala213 = "2.13.15"
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.4")
ThisBuild / scalaVersion := Scala213 // the default Scala
Expand Down Expand Up @@ -702,7 +702,7 @@ lazy val scalafix = tlScalafixProject
)
.outputConfigure(_.dependsOn(oteljava).disablePlugins(ScalafixPlugin))
.testsSettings(
crossScalaVersions := Seq(Scala212),
scalaVersion := _root_.scalafix.sbt.BuildInfo.scala212,
startYear := Some(2024)
)

Expand Down

0 comments on commit dd085c8

Please sign in to comment.