forked from loafle/openapi-generator-original
Update the Java Play Framework generator to version 2.6.3 (#6356)
This commit is contained in:
committed by
wing328
parent
6ff612ffcb
commit
006b97525f
@@ -4,6 +4,7 @@ version := "1.0-SNAPSHOT"
|
||||
|
||||
lazy val root = (project in file(".")).enablePlugins(PlayJava)
|
||||
|
||||
scalaVersion := "2.11.7"
|
||||
scalaVersion := "2.12.2"
|
||||
|
||||
libraryDependencies += "org.webjars" % "swagger-ui" % "2.2.10-1"
|
||||
libraryDependencies += "org.webjars" % "swagger-ui" % "3.1.5"
|
||||
libraryDependencies += guice
|
||||
|
||||
Reference in New Issue
Block a user