Skip to content

Commit

Permalink
Merge pull request #4186 from satorg/temporarily-disable-fatal-warnin…
Browse files Browse the repository at this point in the history
…gs-in-ci

temporarily disable tlFatalWarningsInCi
  • Loading branch information
satorg authored Apr 14, 2022
2 parents 68314b4 + ca1850d commit 3e43f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3)
ThisBuild / scalaVersion := Scala212

ThisBuild / tlFatalWarnings := false
ThisBuild / tlFatalWarningsInCi := false

ThisBuild / githubWorkflowBuildMatrixExclusions +=
MatrixExclude(Map("project" -> "rootNative", "scala" -> Scala3))
Expand Down

0 comments on commit 3e43f35

Please sign in to comment.