Skip to content

Commit

Permalink
Update deprecated tlFatalWarningsInCi setting
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Jan 17, 2024
1 parent 7911a98 commit cc12eb0
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 @@ -12,7 +12,7 @@ ThisBuild / developers += Developer(
id = "d_m",
url = url("http://github.com/non/")
)
ThisBuild / tlFatalWarningsInCi := false
ThisBuild / tlFatalWarnings := false

lazy val jawnSettings = Seq(
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-verbosity", "1"),
Expand Down

0 comments on commit cc12eb0

Please sign in to comment.