From c12820674fb10d66131f4218455c6b49d1926049 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Thu, 17 May 2018 12:15:07 +0930 Subject: [PATCH] Update Lagom to 1.4.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 064b4b4..90d2148 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ // // The Lagom plugin -addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.4.4") +addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.4.5") // Needed for importing the project into Eclipse addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4") // Platform Tooling plugin