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 2234e39 commit 6e0d5d3Copy full SHA for 6e0d5d3
build.sbt
@@ -103,6 +103,9 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
103
)
104
},
105
106
+ apiURL := Some(
107
+ url(s"""http://scala.github.io/scala-xml/api/${"-.*".r.replaceAllIn(version.value, "")}/""")
108
+ ),
109
apiMappings ++= Map(
110
scalaInstance.value.libraryJar
111
-> url(s"http://www.scala-lang.org/api/${scalaVersion.value}/")
0 commit comments