Skip to content

Commit 9783460

Browse files
Update swagger-ui to 5.20.6 in main
1 parent d4345fc commit 9783460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object Dependencies {
2323
lazy val uadetector = "net.sf.uadetector" % "uadetector-resources" % "2014.10"
2424
lazy val shapeless = "com.chuusai" %% "shapeless" % "2.3.9"
2525
lazy val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
26-
lazy val swaggerUi = "org.webjars" % "swagger-ui" % "3.52.5"
26+
lazy val swaggerUi = "org.webjars" % "swagger-ui" % "5.20.6"
2727
lazy val munit = "org.scalameta" %% "munit" % "0.7.29" % "test"
2828
lazy val munitCatsEffect = "org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % "test"
2929
lazy val scalacheckMunit = "org.scalameta" %% "munit-scalacheck" % munit.revision % "test"

0 commit comments

Comments
 (0)