We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec43a19 + fed32b9 commit 1e7ad75Copy full SHA for 1e7ad75
project/Build.scala
@@ -828,7 +828,7 @@ object Build {
828
if (isRelease) {
829
val baseURI = (LocalRootProject / baseDirectory).value.toURI
830
val dottyVersion = version.value
831
- Seq(s"-scalajs-mapSourceURI:$baseURI->$dottyGithubRawUserContentUrl/v$dottyVersion/")
+ Seq(s"-scalajs-mapSourceURI:$baseURI->$dottyGithubRawUserContentUrl/$dottyVersion/")
832
} else {
833
Nil
834
}
0 commit comments