Update the Java Play Framework generator to version 2.6.3 (#6356)

This commit is contained in:
Jean-François Côté
2017-08-23 22:23:10 -04:00
committed by wing328
parent 6ff612ffcb
commit 006b97525f
46 changed files with 234 additions and 72 deletions

View File

@@ -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