Skip to content

Commit e016f13

Browse files
Update deps for release
1 parent 1e11de5 commit e016f13

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.sbt

Lines changed: 7 additions & 7 deletions
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.0",
31-
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.6.0",
32-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.6.0",
33-
"com.fasterxml.jackson.module" % "jackson-module-paranamer" % "2.6.0",
30+
"com.fasterxml.jackson.core" % "jackson-core" % "2.6.1",
31+
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.6.1",
32+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.6.1",
33+
"com.fasterxml.jackson.module" % "jackson-module-paranamer" % "2.6.1",
3434
// test dependencies
35-
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.6.0-rc4" % "test",
36-
"com.fasterxml.jackson.datatype" % "jackson-datatype-guava" % "2.6.0-rc4" % "test",
37-
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % "2.6.0" % "test",
35+
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.6.1" % "test",
36+
"com.fasterxml.jackson.datatype" % "jackson-datatype-guava" % "2.6.1" % "test",
37+
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % "2.6.1" % "test",
3838
"org.scalatest" %% "scalatest" % "2.2.1" % "test",
3939
"junit" % "junit" % "4.11" % "test"
4040
)

0 commit comments

Comments
 (0)