[Scala][Lagom] rename generator from scala-lagom to scala-lagom-server (#7014)

* 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
This commit is contained in:
William Cheng
2017-11-21 23:24:02 +08:00
committed by GitHub
parent 573b5518be
commit 803f337d24
30 changed files with 8 additions and 8 deletions

View File

@@ -0,0 +1,16 @@
version := "1.0.0"
name := "scala-lagom-server"
organization := "io.swagger"
scalaVersion := "2.11.8"
val playJsonDerivedCodecs = "org.julienrf" %% "play-json-derived-codecs" % "3.3"
libraryDependencies ++= Seq(
lagomScaladslApi,
playJsonDerivedCodecs
)