File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ libraryDependencies ++= Seq(
110
110
" com.fasterxml.jackson.jaxrs" % " jackson-jaxrs-json-provider" % jacksonVersion % Test ,
111
111
" com.fasterxml.jackson.module" % " jackson-module-jsonSchema" % jacksonJsonSchemaVersion % Test ,
112
112
" javax.ws.rs" % " javax.ws.rs-api" % " 2.1.1" % Test ,
113
- " io.swagger" % " swagger-core" % " 1.6.3 " % Test ,
114
- " org.scalatest" %% " scalatest" % " 3.2.13 " % Test
113
+ " io.swagger" % " swagger-core" % " 1.6.8 " % Test ,
114
+ " org.scalatest" %% " scalatest" % " 3.2.14 " % Test
115
115
)
116
116
117
117
// build.properties
Original file line number Diff line number Diff line change @@ -12,3 +12,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-sonatype-ci-release" % "0.5.0-M6")
12
12
13
13
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.10" )
14
14
15
+ addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.3" )
16
+
You can’t perform that action at this time.
0 commit comments