From e9380609c7d21be052f0e707aa5f4e9ae3bc8161 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 9 Jan 2023 23:47:37 +0000 Subject: [PATCH] Update sbt-example to 9.2.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index accdeb7..08ff258 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,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.2.0") +addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "9.2.1") addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.1.1")