Skip to content

Commit

Permalink
Migrate to io.github.play-swagger and update swagger-ui (#1103)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ljdelight committed Feb 6, 2024
1 parent 2dc0791 commit d4ff1a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ libraryDependencies ++= Seq(
// NOTE: The swagger-ui package is used to obtain the static distribution of swagger-ui, the files included at runtime
// and are served by the webserver at route '/assets/lib/swagger-ui/'. We have a few customized swagger files in dir
// 'public/swagger'.
"org.webjars" % "swagger-ui" % "4.14.3",
"org.webjars" % "swagger-ui" % "5.10.3",
"org.playframework.anorm" %% "anorm" % "2.6.10",
"org.playframework.anorm" %% "anorm-postgres" % "2.6.10",
"org.postgresql" % "postgresql" % "42.5.0",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2")

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

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

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

Expand Down

0 comments on commit d4ff1a3

Please sign in to comment.