We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa9c2b commit 99d6482Copy full SHA for 99d6482
1 file changed
build.sbt
@@ -17,6 +17,8 @@ Compile / scalaSource := baseDirectory.value / "src" / "main"
17
Test / scalaSource := baseDirectory.value / "src" / "test"
18
scalacOptions ++= Seq("-deprecation", "-unchecked", "-Xfatal-warnings", "-encoding", "us-ascii", "-feature", "-release", "11", "-Wunused:linted")
19
20
+resolvers += "jitpack" at "https://jitpack.io"
21
+
22
libraryDependencies ++= Seq(
23
"com.google.guava" % "guava" % "18.0",
24
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0"
0 commit comments