From ee04f1cb30b7f598117d4687fc857287ae0aff5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 01:06:30 +0000 Subject: [PATCH] Update sbt-scalajs to 1.17.0 in master --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e8b68ba..76d993c 100644 --- a/build.sbt +++ b/build.sbt @@ -8,6 +8,6 @@ description := "A Sbt plugin that setup source mapping for Scala.js projects hos startYear := Some(2016) -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0") libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "6.6.0.202305301015-r"