Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 5, 2025
1 parent 5c85766 commit 7d4df3d
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 7d4df3d

Please sign in to comment.