Skip to content

Commit

Permalink
No fatal warnings for zioJsonGolden
Browse files Browse the repository at this point in the history
  • Loading branch information
fsvehla committed Sep 13, 2022
1 parent 0426760 commit d8d9edc
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 @@ -231,6 +231,7 @@ lazy val zioJsonGolden = project
.settings(stdSettings("zio-json-golden"))
.settings(buildInfoSettings("zio.json.golden"))
.settings(
scalacOptions -= "-Xfatal-warnings",
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-nio" % "2.0.0",
Expand Down

0 comments on commit d8d9edc

Please sign in to comment.