From 8e060b9aafb5c172f1b6da6a9b0df8f1dfed0531 Mon Sep 17 00:00:00 2001 From: Nikhil Khatwani Date: Sun, 2 Apr 2017 20:18:21 +0530 Subject: [PATCH] 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 --- lagom/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lagom/build.sbt b/lagom/build.sbt index 064d67468e..06927e3301 100644 --- a/lagom/build.sbt +++ b/lagom/build.sbt @@ -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)) \ No newline at end of file +def project(id: String) = Project(id, base = file(id))