mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 13:10:53 +00:00
* rename scala-lagom to scala-lagom-server * add back pom.xml and shell script * update scala-lagom-server path in circleci pom.xml * make shell script executable * rename batch file
6 lines
277 B
Scala
6 lines
277 B
Scala
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.3.8")
|
|
// Needed for importing the project into Eclipse
|
|
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.1.0")
|
|
// The ConductR plugin
|
|
addSbtPlugin("com.lightbend.conductr" % "sbt-conductr" % "2.3.5")
|