Skip to content

Commit 7fce4ca

Browse files
committed
Update build.sbt
1 parent 047d487 commit 7fce4ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ unmanagedSourceDirectories in Compile += {
2929
(baseDirectory in LocalRootProject).value / "src" / "main" / s"scala-2.${scalaMajorVersion.value}"
3030
}
3131

32-
val jacksonVersion = "2.12.1"
32+
val jacksonVersion = "2.12.2-SNAPSHOT"
33+
val jacksonJsonSchemaVersion = "2.12.1"
3334

3435
libraryDependencies ++= Seq(
3536
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
@@ -46,7 +47,7 @@ libraryDependencies ++= Seq(
4647
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % jacksonVersion % Test,
4748
"com.fasterxml.jackson.datatype" % "jackson-datatype-guava" % jacksonVersion % Test,
4849
"com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8" % jacksonVersion % Test,
49-
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % jacksonVersion % Test,
50+
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % jacksonJsonSchemaVersion % Test,
5051
"io.swagger" % "swagger-core" % "1.6.2" % Test,
5152
"org.scalatest" %% "scalatest" % "3.2.3" % Test
5253
)

0 commit comments

Comments
 (0)