Skip to content

Commit fa32963

Browse files
committed
prepare 2.12.1 release
1 parent 023da4f commit fa32963

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

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

32-
val jacksonVersion = "2.12.1-SNAPSHOT"
33-
val jacksonJsonSchemaVersion = "2.12.0"
32+
val jacksonVersion = "2.12.1"
3433

3534
libraryDependencies ++= Seq(
3635
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
@@ -47,7 +46,7 @@ libraryDependencies ++= Seq(
4746
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % jacksonVersion % Test,
4847
"com.fasterxml.jackson.datatype" % "jackson-datatype-guava" % jacksonVersion % Test,
4948
"com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8" % jacksonVersion % Test,
50-
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % jacksonJsonSchemaVersion % Test,
49+
"com.fasterxml.jackson.module" % "jackson-module-jsonSchema" % jacksonVersion % Test,
5150
"io.swagger" % "swagger-core" % "1.6.2" % Test,
5251
"org.scalatest" %% "scalatest" % "3.2.3" % Test
5352
)

0 commit comments

Comments
 (0)