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 17646d7 commit 248b71cCopy full SHA for 248b71c
build.sbt
@@ -37,16 +37,6 @@ homepage := Some(url("http://scala-js.org/"))
37
38
licenses += ("MIT", url("http://opensource.org/licenses/mit-license.php"))
39
40
-scalacOptions ++= {
41
- if (isSnapshot.value)
42
- Seq.empty
43
- else {
44
- val a = baseDirectory.value.toURI
45
- val g = "https://raw.githubusercontent.com/scala-js/scala-js-dom"
46
- Seq(s"-P:scalajs:mapSourceURI:$a->$g/v${version.value}/")
47
- }
48
-}
49
-
50
def hasNewCollections(version: String): Boolean = {
51
!version.startsWith("2.11.") &&
52
!version.startsWith("2.12.")
0 commit comments