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.
1 parent ba88050 commit 65672c2Copy full SHA for 65672c2
library/project/Lib.scala
@@ -103,7 +103,7 @@ object Lib {
103
Nil
104
else {
105
val a = p.base.toURI.toString.replaceFirst("[^/]+/?$", "")
106
- val g = s"https://raw.githubusercontent.com/japgolly/$ghProject"
+ val g = s"https://raw.githubusercontent.com/japgolly/$ghProject/library"
107
val flag = if (isDotty) "-scalajs-mapSourceURI" else "-P:scalajs:mapSourceURI"
108
s"$flag:$a->$g/v$ver/" :: Nil
109
}
0 commit comments