Skip to content
Snippets Groups Projects
Commit c726f08e authored by Felipe D'Abrantes's avatar Felipe D'Abrantes
Browse files

Generate compiler warnings for unused code

parent d048db99
No related branches found
No related tags found
1 merge request!14Add endpoints to manage Dailies
......@@ -6,6 +6,8 @@ version := "1.0.0"
lazy val root = (project in file(".")).enablePlugins(PlayScala)
scalaVersion := "2.13.10"
scalacOptions ++= Seq("-Ywarn-unused")
libraryDependencies += guice
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "5.0.0" % Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment