mirror of https://github.com/sbt/sbt.git
Remove all warnings from protocolProj
This commit is contained in:
parent
87dfb2c0f5
commit
b4c5d9de31
|
|
@ -303,6 +303,8 @@ lazy val protocolProj = (project in file("protocol"))
|
||||||
.enablePlugins(ContrabandPlugin, JsonCodecPlugin)
|
.enablePlugins(ContrabandPlugin, JsonCodecPlugin)
|
||||||
.settings(
|
.settings(
|
||||||
testedBaseSettings,
|
testedBaseSettings,
|
||||||
|
scalacOptions -= "-Ywarn-unused",
|
||||||
|
scalacOptions += "-Xlint:-unused",
|
||||||
name := "Protocol",
|
name := "Protocol",
|
||||||
libraryDependencies ++= Seq(sjsonNewScalaJson.value),
|
libraryDependencies ++= Seq(sjsonNewScalaJson.value),
|
||||||
managedSourceDirectories in Compile +=
|
managedSourceDirectories in Compile +=
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue