From 158ae63b6d78d6bfbe770e7eaa9135229d3403d4 Mon Sep 17 00:00:00 2001 From: Shenker93 Date: Tue, 10 Oct 2017 01:29:59 +0300 Subject: [PATCH] update jackson to 2.9.1 version (#111) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 443720ffb..28ab66dda 100644 --- a/build.sbt +++ b/build.sbt @@ -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",