Skip to content

Commit 2d609c3

Browse files
committed
disable -Xfatal-warnings
1 parent 095c54f commit 2d609c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ lazy val `sbt-dependency-analyzer` = (project in file("."))
4444
organization := "org.bitlap",
4545
scalacOptions ++= Seq(
4646
"-deprecation",
47-
"-Xfatal-warnings",
47+
// "-Xfatal-warnings",
4848
"-Ybackend-parallelism:16" // https://github.com/scala/scala3/pull/15392
4949
// "-nowarn", // during migration
5050
// "-rewrite",

0 commit comments

Comments
 (0)