From ea43b13078544a885ef27dae8e3efcd2f44ce678 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 2 Feb 2023 21:36:14 +0000 Subject: [PATCH] Update sbt-example to 9.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 22159cda..e1d2a03b 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.3.0")