From 65a3ebfcdf83ad5377f9916a456421f8ee59d681 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 20 Dec 2019 03:42:31 +0100 Subject: [PATCH] Update sbt-org-policies to 0.12.0-M3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 34c89b3d..e1696fe7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,5 +3,5 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.4.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.5.0") -addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.12.0-M2") +addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.12.0-M3") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.1") \ No newline at end of file