From 851b74e6d4e002c99bd98fb05042fe906ce781ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 00:51:47 +0000 Subject: [PATCH] Update sbt-scalajs to 1.16.0 in master --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1d969ca..e8b68ba 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.13.2") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "6.6.0.202305301015-r"