Skip to content

Commit

Permalink
Update sbt-scalajs to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 29, 2024
1 parent 4da053d commit 4da4631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4da4631

Please sign in to comment.