mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 21:20:56 +00:00
* Updated the version of Scalatra to the latest (2.6.2) - Updated Scalatra 2.6.2 (latest) - Updated Scala 2.12.4 - Updated sbt 1.1.0 - Reduced dependent artifacts to a minimum - Cleaned up build.sbt - Changed the package name from client to server - Set log output (logback) - Updated web.xml for servlet 3.1 * rename package 'com.wordnik' -> 'io.swagger' * Added rolling file appender to logback.xml
4 lines
181 B
Scala
4 lines
181 B
Scala
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.6")
|
|
addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "4.0.1")
|
|
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")
|