From a29c75dceb9a4066598a2863774a6ccd3df7da05 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Feb 2022 09:11:29 +0100 Subject: [PATCH] Update sbt-example to 9.2.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 22159cda..20895c51 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" % "9.2.0")