mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-03-13 17:52:54 -04:00
enable deprecation warnings
This commit is contained in:
parent
dcc57c7117
commit
6d7687c33f
@ -18,7 +18,8 @@ lazy val root = (project in file(".")).settings(
|
||||
unmanagedResourceDirectories in Compile += { baseDirectory.value / "lib" }
|
||||
scalacOptions ++= List(
|
||||
"-Yrangepos",
|
||||
"-Ywarn-unused"
|
||||
"-Ywarn-unused",
|
||||
"-deprecation"
|
||||
)
|
||||
javacOptions += "-g:none"
|
||||
compileOrder := CompileOrder.JavaThenScala
|
||||
|
Loading…
x
Reference in New Issue
Block a user