From e3cd599333eef3c957467a458aa643b3eec8c5dc Mon Sep 17 00:00:00 2001 From: Manuel Kiessling Date: Wed, 30 Dec 2015 17:00:02 +0100 Subject: [PATCH] Upgraded to Play 2.4.6, fixes #10 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ce47f57..928ef9e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ logLevel := Level.Warn // The Play plugin -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.4") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.6") // web plugins