File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ 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-SNAPSHOT"
33
- val jacksonJsonSchemaVersion = " 2.12.0"
32
+ val jacksonVersion = " 2.12.1"
34
33
35
34
libraryDependencies ++= Seq (
36
35
" com.fasterxml.jackson.core" % " jackson-core" % jacksonVersion,
@@ -47,7 +46,7 @@ libraryDependencies ++= Seq(
47
46
" com.fasterxml.jackson.datatype" % " jackson-datatype-joda" % jacksonVersion % Test ,
48
47
" com.fasterxml.jackson.datatype" % " jackson-datatype-guava" % jacksonVersion % Test ,
49
48
" 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 ,
51
50
" io.swagger" % " swagger-core" % " 1.6.2" % Test ,
52
51
" org.scalatest" %% " scalatest" % " 3.2.3" % Test
53
52
)
You can’t perform that action at this time.
0 commit comments