From e09f8c19a4667f7523f161676f2638cd97803426 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 16:07:35 +0000 Subject: [PATCH] Update sbt-scalajs to 1.16.0 --- github/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/build.sbt b/github/build.sbt index 580e5144..0dd7600b 100644 --- a/github/build.sbt +++ b/github/build.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")