Skip to content

Commit

Permalink
disable mapSourceURI in Scala3
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasil committed Jun 6, 2021
1 parent eaa6411 commit 471cbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ lazy val scalaJSSettings = Seq(
else s"v${git.baseVersion.value}"
val l = (baseDirectory in LocalRootProject).value.toURI.toString
val g = s"https://raw.githubusercontent.com/monix/monix-bio/$tagOrHash/"
s"-P:scalajs:mapSourceURI:$l->$g"
Seq(s"-P:scalajs:mapSourceURI:$l->$g")
}
}
)
Expand Down

0 comments on commit 471cbe3

Please sign in to comment.