From 41759127cde8eaf5497ede603422138c98d12058 Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Fri, 18 Nov 2016 16:08:11 -0800 Subject: [PATCH] Updated with template-control on 2016-11-19T00:08:11.037Z /LICENSE: wrote /LICENSE **/plugins.sbt: addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.10") --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c2cf451..43571d6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ resolvers += Resolver.typesafeRepo("releases") // Use the Play sbt plugin for Play projects -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.9") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.10")