Skip to content

Commit 2edb119

Browse files
committed
Flip the version and prefix around
1 parent 65672c2 commit 2edb119

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/project/Lib.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ object Lib {
103103
Nil
104104
else {
105105
val a = p.base.toURI.toString.replaceFirst("[^/]+/?$", "")
106-
val g = s"https://raw.githubusercontent.com/japgolly/$ghProject/library"
106+
val g = s"https://raw.githubusercontent.com/japgolly/$ghProject"
107107
val flag = if (isDotty) "-scalajs-mapSourceURI" else "-P:scalajs:mapSourceURI"
108-
s"$flag:$a->$g/v$ver/" :: Nil
108+
s"$flag:$a->$g/v$ver/library/" :: Nil
109109
}
110110
}
111111
)
@@ -179,4 +179,4 @@ object Lib {
179179
publish / skip := ((publish / skip).value || disable.value),
180180
)
181181
}
182-
}
182+
}

0 commit comments

Comments
 (0)