From 414204a1ca7e661bff1f13c4eb4e966b3c3c7597 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 25 Apr 2020 08:37:50 +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 1f4ad32..772827a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2") -addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "7.0.0") +addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "7.0.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.31")