From 835ac0fa86f761174e817f59ba9eabf0a2ea100f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 25 Apr 2020 08:37:39 +0200 Subject: [PATCH] Update sbt-example to 7.0.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 22159cda..a0c611cc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,4 +14,4 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2") -addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "6.0.1") +addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "7.0.1")