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 65672c2 commit 2edb119Copy full SHA for 2edb119
library/project/Lib.scala
@@ -103,9 +103,9 @@ object Lib {
103
Nil
104
else {
105
val a = p.base.toURI.toString.replaceFirst("[^/]+/?$", "")
106
- val g = s"https://raw.githubusercontent.com/japgolly/$ghProject/library"
+ val g = s"https://raw.githubusercontent.com/japgolly/$ghProject"
107
val flag = if (isDotty) "-scalajs-mapSourceURI" else "-P:scalajs:mapSourceURI"
108
- s"$flag:$a->$g/v$ver/" :: Nil
+ s"$flag:$a->$g/v$ver/library/" :: Nil
109
}
110
111
)
@@ -179,4 +179,4 @@ object Lib {
179
publish / skip := ((publish / skip).value || disable.value),
180
181
182
-}
+}
0 commit comments