forked from loafle/openapi-generator-original
		
	* 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")
 |