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 a07cc30 commit 28b0992Copy full SHA for 28b0992
build.sbt
@@ -17,3 +17,5 @@ libraryDependencies ++= Seq(
17
18
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps", "-Ydelambdafy:method", "-target:jvm-1.8")
19
javacOptions in compile ++= Seq("-target", "8", "-source", "8")
20
+
21
+useJCenter := true
0 commit comments