Skip to content

Commit efeba16

Browse files
committed
Disable fatal warnings
1 parent cccd14a commit efeba16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-plugin/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ val `sbt-github-dependency-submission` = project
3434
"UTF-8",
3535
"-feature",
3636
"-unchecked",
37-
"-Xfatal-warnings",
37+
// "-Xfatal-warnings",
3838
"-Ywarn-unused-import"
3939
),
4040
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)