Skip to content

Commit

Permalink
Fix #1335: Correct source map path to scalalib
Browse files Browse the repository at this point in the history
  • Loading branch information
gzm0 committed Dec 1, 2014
1 parent 8a58269 commit 01616dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ object Build extends sbt.Build {
"-P:scalajs:mapSourceURI:" +
fetchedScalaSourceDir.value.toURI +
"->https://raw.githubusercontent.com/scala/scala/v" +
scalaVersion.value + "/"
scalaVersion.value + "/src/library/"
),

// Link sources in override directories to our GitHub repo
Expand Down

0 comments on commit 01616dc

Please sign in to comment.