Skip to content

Commit 011bb3d

Browse files
Update dependencies
1 parent 5b7ffb0 commit 011bb3d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.sbt

+7-7
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ scalacOptions += "-target:jvm-1.6"
2727

2828
libraryDependencies ++= Seq(
2929
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
30-
"com.fasterxml.jackson.core" % "jackson-core" % "2.6.2",
31-
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.6.2",
32-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.6.2",
33-
"com.fasterxml.jackson.module" % "jackson-module-paranamer" % "2.6.2",
30+
"com.fasterxml.jackson.core" % "jackson-core" % "2.6.3",
31+
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.6.3",
32+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.6.3",
33+
"com.fasterxml.jackson.module" % "jackson-module-paranamer" % "2.6.3",
3434
// test dependencies
35-
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.6.2" % "test",
36-
"com.fasterxml.jackson.datatype" % "jackson-datatype-guava" % "2.6.2" % "test",
37-
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % "2.6.2" % "test",
35+
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.6.3" % "test",
36+
"com.fasterxml.jackson.datatype" % "jackson-datatype-guava" % "2.6.3" % "test",
37+
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % "2.6.3" % "test",
3838
"org.scalatest" %% "scalatest" % "2.2.1" % "test",
3939
"junit" % "junit" % "4.11" % "test"
4040
)

0 commit comments

Comments
 (0)