From 4da4631415deebedcc89297beaba04fdb79073e0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 29 Sep 2024 01:03:14 +0000 Subject: [PATCH] Update sbt-scalajs to 1.17.0 --- 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"