Skip to content

Commit 5a889f7

Browse files
committed
Update json4s-jackson, json4s-scalaz to 3.7.0-RC1
1 parent 695cf0a commit 5a889f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import sbt._
33
object Dependencies {
44
// Runtime
55
// 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"
6+
lazy val json4s = "org.json4s" %% "json4s-jackson" % "3.7.0-RC1"
7+
lazy val json4sScalaz = "org.json4s" %% "json4s-scalaz" % "3.7.0-RC1"
88

99
lazy val bloomFilter = "io.github.michaelmior" % "bloomfilter" % "0.10.1"
1010
lazy val dbscan = "io.github.michaelmior" % "dbscan" % "0.2"

0 commit comments

Comments
 (0)