Bael 711 guide to microservices using lagom framework v2 (#1573)

* BAEL_711_Guide_to_Microservices_using_lagom_framework Changes

* BAEL_711_Guide_to_Microservices_using_lagom_framework_v2

* BAEL_711_Guide_to_Microservices_using_lagom-Review Comments

* Corrected scala version
This commit is contained in:
Nikhil Khatwani 2017-04-02 20:18:21 +05:30 committed by Grzegorz Piwowarek
parent b4b5f79ce1
commit 8e060b9aaf
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
organization in ThisBuild := "org.baeldung"
// the Scala version that will be used for cross-compiled libraries
scalaVersion in ThisBuild := "2.11.7"
scalaVersion in ThisBuild := "2.11.8"
lagomKafkaEnabled in ThisBuild := false
@ -38,4 +38,4 @@ lazy val weatherImpl = project("weather-impl")
)
.dependsOn(weatherApi)
def project(id: String) = Project(id, base = file(id))
def project(id: String) = Project(id, base = file(id))