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)
|
||||
.settings(
|
||||
testedBaseSettings,
|
||||
scalacOptions -= "-Ywarn-unused",
|
||||
scalacOptions += "-Xlint:-unused",
|
||||
name := "Protocol",
|
||||
libraryDependencies ++= Seq(sjsonNewScalaJson.value),
|
||||
managedSourceDirectories in Compile +=
|
||||
|
|
|
|||
Loading…
Reference in New Issue