Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 23, 2024
1 parent 5c85766 commit 073ae12
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 @@ -20,7 +20,7 @@ lazy val commonSettings = Seq(
"-Ywarn-infer-any",
"-Ypartial-unification"
),
scalacOptions in (Compile, console) ~= (_.filterNot(_ == "-Ywarn-unused:imports"))
(Compile / console / scalacOptions) ~= (_.filterNot(_ == "-Ywarn-unused:imports"))
)

lazy val libraries = Seq(
Expand Down

0 comments on commit 073ae12

Please sign in to comment.