Skip to content

Commit d4ff1a3

Browse files
authored
Migrate to io.github.play-swagger and update swagger-ui (#1103)
Project `com.iheart:sbt-play-swagger` has been migrated to a new repository, so update to use the new name `io.github.play-swagger:sbt-play-swagger:1.6.2`. Also update org.webjars:swagger-ui from 4.14.3 to 5.10.3.
1 parent 2dc0791 commit d4ff1a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ libraryDependencies ++= Seq(
9191
// NOTE: The swagger-ui package is used to obtain the static distribution of swagger-ui, the files included at runtime
9292
// and are served by the webserver at route '/assets/lib/swagger-ui/'. We have a few customized swagger files in dir
9393
// 'public/swagger'.
94-
"org.webjars" % "swagger-ui" % "4.14.3",
94+
"org.webjars" % "swagger-ui" % "5.10.3",
9595
"org.playframework.anorm" %% "anorm" % "2.6.10",
9696
"org.playframework.anorm" %% "anorm-postgres" % "2.6.10",
9797
"org.postgresql" % "postgresql" % "42.5.0",

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2")
88

99
addSbtPlugin("com.beautiful-scala" %% "sbt-scalastyle" % "1.5.1")
1010

11-
addSbtPlugin("com.iheart" % "sbt-play-swagger" % "0.11.0")
11+
addSbtPlugin("io.github.play-swagger" % "sbt-play-swagger" % "1.6.2")
1212

1313
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
1414

0 commit comments

Comments
 (0)