Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit 6c51e88

Browse files
authored
Merge pull request #30 from pjfanning/patch-1
update jackson to 2.8.6
2 parents 102ab91 + b7b3a39 commit 6c51e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pomIncludeRepository := { x => false }
2525
libraryDependencies ++= Seq(
2626
"io.swagger" % "swagger-core" % "1.5.12",
2727
"org.scalatest" %% "scalatest" % "3.0.1" % "test",
28-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.8.4",
28+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.8.6",
2929
"junit" % "junit" % "4.12" % "test"
3030
)
3131

0 commit comments

Comments
 (0)