Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pablf committed Jan 28, 2024
1 parent dc028fd commit 0cc5d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ object BuildHelper {
def stdSettings(prjName: String) = Seq(
name := s"$prjName",
fork := true,
crossScalaVersions := Seq(Scala212, Scala213, Scala3),
crossScalaVersions := Seq(Scala212, Scala213),
ThisBuild / scalaVersion := Scala213,
scalacOptions := stdOptions ++ extraOptions(scalaVersion.value),
incOptions ~= (_.withLogRecompileOnMacro(false))
Expand Down

0 comments on commit 0cc5d7e

Please sign in to comment.