Skip to content

Commit 3b463bd

Browse files
fblundunalexanderdean
authored andcommitted
Java & Scala: downgraded json4s dependency to 3.2.9
1 parent 098bee6 commit 3b463bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-scala/project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ object Dependencies {
3030
val scalaUtil = "0.1.0"
3131
val junit = "4.11"
3232
val json = "20140107"
33-
val json4s = "3.2.11-SNAPSHOT"
33+
val json4s = "3.2.9"
3434
}
3535

3636
object Libraries {
@@ -44,4 +44,4 @@ object Dependencies {
4444
val json4sJackson = "org.json4s" %% "json4s-jackson" % V.json4s % "test"
4545
val json4sScalaz = "org.json4s" %% "json4s-scalaz" % V.json4s % "test"
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)