We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bc2e3 commit d77e7fcCopy full SHA for d77e7fc
build.sbt
@@ -15,7 +15,7 @@ libraryDependencies ++= Seq(
15
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
16
)
17
18
-scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps", "-opt:_")
+scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")
19
javacOptions in compile ++= Seq("-target", "8", "-source", "8")
20
21
useJCenter := true
0 commit comments