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 695cf0a commit 5a889f7Copy full SHA for 5a889f7
project/Dependencies.scala
@@ -3,8 +3,8 @@ import sbt._
3
object Dependencies {
4
// Runtime
5
// XXX json4s cannot currently be upgrade to maintain compatibility with Spark
6
- lazy val json4s = "org.json4s" %% "json4s-jackson" % "3.7.0-M11"
7
- lazy val json4sScalaz = "org.json4s" %% "json4s-scalaz" % "3.7.0-M11"
+ lazy val json4s = "org.json4s" %% "json4s-jackson" % "3.7.0-RC1"
+ lazy val json4sScalaz = "org.json4s" %% "json4s-scalaz" % "3.7.0-RC1"
8
9
lazy val bloomFilter = "io.github.michaelmior" % "bloomfilter" % "0.10.1"
10
lazy val dbscan = "io.github.michaelmior" % "dbscan" % "0.2"
0 commit comments