Skip to content

Commit ea1d0d2

Browse files
authored
Merge pull request #355 from Atry/Atry-patch-1
Upgrade sbt-scala-js-map so the source map would be configured properly on Github Actions
2 parents 2a8493e + f12bfce commit ea1d0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
22

33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1")
44

5-
addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.0.0")
5+
addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.1.0")
66

77
addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.2.0")
88

0 commit comments

Comments
 (0)