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:
parent
b4b5f79ce1
commit
8e060b9aaf
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue