File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ unmanagedSourceDirectories in Compile += {
29
29
(baseDirectory in LocalRootProject ).value / " src" / " main" / s " scala-2. ${scalaMajorVersion.value}"
30
30
}
31
31
32
- val jacksonVersion = " 2.12.1"
32
+ val jacksonVersion = " 2.12.2-SNAPSHOT"
33
+ val jacksonJsonSchemaVersion = " 2.12.1"
33
34
34
35
libraryDependencies ++= Seq (
35
36
" com.fasterxml.jackson.core" % " jackson-core" % jacksonVersion,
@@ -46,7 +47,7 @@ libraryDependencies ++= Seq(
46
47
" com.fasterxml.jackson.datatype" % " jackson-datatype-joda" % jacksonVersion % Test ,
47
48
" com.fasterxml.jackson.datatype" % " jackson-datatype-guava" % jacksonVersion % Test ,
48
49
" 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 ,
50
51
" io.swagger" % " swagger-core" % " 1.6.2" % Test ,
51
52
" org.scalatest" %% " scalatest" % " 3.2.3" % Test
52
53
)
You can’t perform that action at this time.
0 commit comments