Skip to content

Commit

Permalink
server: remove warning on private implicit val (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
toshihidetagami authored Jul 10, 2021
1 parent f73ad29 commit 374c2ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ scalacOptions ++= Seq(
"-Ywarn-numeric-widen",
"-Ywarn-value-discard",
"-Ywarn-unused",
"-Ywarn-unused-import"
"-Ywarn-unused-import",
"-Ywarn-macros:after"
)

lazy val root = (project in file("."))
Expand Down

0 comments on commit 374c2ac

Please sign in to comment.