From 7d06bc0137cfb8d1139881182ee9630f7e1a5e0e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 28 Dec 2021 15:26:36 +0100 Subject: [PATCH] Update sbt-example to 9.1.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d0ffc1fac..769ba84fa 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") -addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "9.0.0") +addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "9.1.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")