From 00cd1e1de982b3085af554370fe86a8b31987da8 Mon Sep 17 00:00:00 2001 From: Domingo Valera Date: Mon, 7 Aug 2017 18:19:48 +0200 Subject: [PATCH] Updating sbt org policies --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b8aa20a3..c3cd9d21 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,4 @@ resolvers ++= Seq( ) addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.4.0-SNAPSHOT", "0.13", "2.10") -addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.5.12") +addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.5.13")