Skip to content

Commit

Permalink
feat(json4s): Be less restrictiv for json4s dependency version, to ma…
Browse files Browse the repository at this point in the history
…ke it compatible with Spark (#364)
  • Loading branch information
ElPicador committed Mar 13, 2017
1 parent 2bc546a commit 09ba19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ScoverageSbtPlugin.ScoverageKeys.coverageHighlighting := false //setting to true

val asyncHttpClientVersion = "2.0.4"

val json4sVersion = "3.4.0"
val json4sVersion = "3.2.11" //3.2.X is used by spark, so we keep this version

val scalaTestVersion = "2.2.6"
val scalaMockVersion = "3.2"
Expand Down

0 comments on commit 09ba19a

Please sign in to comment.