From b58d99263b35ff1f4b41d06189dcd5f8266e382d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 3 Feb 2023 00:12:13 +0100 Subject: [PATCH] Update sbt-example to 9.3.0 (#73) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0027c56..87df2c1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,4 +16,4 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2") -addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "9.2.1") +addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "9.3.0")