File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Compile / unmanagedSourceDirectories ++= {
8484
8585libraryDependencies ++= Seq (
8686 " org.slf4j" % " slf4j-api" % " 2.0.17" ,
87- " io.swagger.core.v3" % " swagger-core-jakarta" % " 2.2.40 " ,
87+ " io.swagger.core.v3" % " swagger-core-jakarta" % " 2.2.41 " ,
8888 " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.20.1" ,
8989 " org.scalatest" %% " scalatest" % " 3.2.19" % Test ,
9090 " org.slf4j" % " slf4j-simple" % " 2.0.17" % Test
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
22
33addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
44
5- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5 " )
5+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.6 " )
You can’t perform that action at this time.
0 commit comments