Skip to content

Commit 1e7ad75

Browse files
authored
Merge pull request #14243 from hugo-vrijswijk/fix/scalajs-source-uri
Fix Scala.JS source map URIs
2 parents ec43a19 + fed32b9 commit 1e7ad75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ object Build {
828828
if (isRelease) {
829829
val baseURI = (LocalRootProject / baseDirectory).value.toURI
830830
val dottyVersion = version.value
831-
Seq(s"-scalajs-mapSourceURI:$baseURI->$dottyGithubRawUserContentUrl/v$dottyVersion/")
831+
Seq(s"-scalajs-mapSourceURI:$baseURI->$dottyGithubRawUserContentUrl/$dottyVersion/")
832832
} else {
833833
Nil
834834
}

0 commit comments

Comments
 (0)