From 0cf361fa3eb01b5065cafbec6619c2ce1fefc8a0 Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Thu, 16 Mar 2017 12:45:00 -0700 Subject: [PATCH] Updated with template-control on 2017-03-16T19:45:00.462Z /LICENSE: wrote /LICENSE **/plugins.sbt: addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.13") --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3f158eb..d51b5a3 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.12") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.5.13")