Skip to content

Commit

Permalink
Add compiler options back in
Browse files Browse the repository at this point in the history
  • Loading branch information
MancunianSam committed Feb 21, 2024
1 parent 8623c0c commit 7c19ffa
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 @@ -25,7 +25,7 @@ lazy val root = (project in file(".")).

(assembly / assemblyJarName) := "dr2-disaster-recovery.jar"

//scalacOptions ++= Seq("-Wunused:imports", "-Werror")
scalacOptions ++= Seq("-Wunused:imports", "-Werror")

(assembly / assemblyMergeStrategy) := {
case PathList(ps@_*) if ps.last == "Log4j2Plugins.dat" => log4j2MergeStrategy
Expand Down

0 comments on commit 7c19ffa

Please sign in to comment.