Skip to content

Commit

Permalink
sync tlFatalWarnings with githubIsWorkflowBuild value so we get fatal…
Browse files Browse the repository at this point in the history
… warnings in CI
  • Loading branch information
bpholt committed Mar 13, 2024
1 parent eca8eec commit daa96b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ ThisBuild / mergifyStewardConfig ~= { _.map(_.copy(
mergeMinors = true,
))}
ThisBuild / tlJdkRelease := Option(8)

ThisBuild / scalaVersion := "2.13.10"
ThisBuild / tlFatalWarnings := githubIsWorkflowBuild.value

lazy val `async-utils-root` = (project in file("."))
.aggregate(allProjects.map(_.project) *)
Expand Down

0 comments on commit daa96b1

Please sign in to comment.