Skip to content

Commit

Permalink
update jackson to 2.9.1 version (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shenker93 authored and marcospereira committed Oct 9, 2017
1 parent 2311c70 commit 158ae63
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 @@ -20,7 +20,7 @@ val specsBuild = Seq(
"specs2-core"
).map("org.specs2" %% _ % specsVersion)

val jacksonVersion = "2.8.9"
val jacksonVersion = "2.9.1"
val jacksons = Seq(
"com.fasterxml.jackson.core" % "jackson-core",
"com.fasterxml.jackson.core" % "jackson-annotations",
Expand Down

0 comments on commit 158ae63

Please sign in to comment.