[Play Framework] Update minor version + scala version + swagger-ui version (#7200)

* Update play framework minor version + scala + swagger-ui + Remove bugs in the url of swagger-ui.

* update samples

Co-authored-by: William Cheng <wing328hk@gmail.com>
This commit is contained in:
Jean-François Côté
2020-08-15 05:25:30 -04:00
committed by GitHub
parent 554747d59c
commit 14c14bf9a2
76 changed files with 158 additions and 114 deletions

View File

@@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"
lazy val root = (project in file(".")).enablePlugins(PlayJava)
scalaVersion := "2.12.2"
scalaVersion := "2.12.6"
libraryDependencies += "org.webjars" % "swagger-ui" % "3.1.5"
libraryDependencies += "org.webjars" % "swagger-ui" % "3.23.5"
libraryDependencies += guice