File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Test / unmanagedSourceDirectories ++= {
98
98
}
99
99
100
100
val jacksonVersion = " 2.15.0-SNAPSHOT"
101
- val jacksonJsonSchemaVersion = " 2.14.0 "
101
+ val jacksonJsonSchemaVersion = " 2.14.1 "
102
102
103
103
libraryDependencies ++= Seq (
104
104
" com.fasterxml.jackson.core" % " jackson-core" % jacksonVersion,
@@ -113,7 +113,7 @@ libraryDependencies ++= Seq(
113
113
" com.fasterxml.jackson.module" % " jackson-module-jsonSchema" % jacksonJsonSchemaVersion % Test ,
114
114
" javax.ws.rs" % " javax.ws.rs-api" % " 2.1.1" % Test ,
115
115
" io.swagger" % " swagger-core" % " 1.6.8" % Test ,
116
- " org.scalatest" %% " scalatest" % " 3.2.14 " % Test
116
+ " org.scalatest" %% " scalatest" % " 3.2.15 " % Test
117
117
)
118
118
119
119
// build.properties
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
8
8
9
9
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.1" )
10
10
11
- addSbtPlugin(" org.typelevel" % " sbt-typelevel-sonatype-ci-release" % " 0.5.0-M8 " )
11
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-sonatype-ci-release" % " 0.5.0-M9 " )
12
12
13
13
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.10" )
14
14
You can’t perform that action at this time.
0 commit comments