From 7094d946dc16f395d2f38e2253e104af1a933ed1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Jul 2026 18:25:49 +0000 Subject: [PATCH] Update sbt-boilerplate to 0.8.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2f2a9e1..b5a841f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1") +addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.8.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.12.0")