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 6a5dce6 commit b901f10Copy full SHA for b901f10
build.sbt
@@ -103,6 +103,9 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
103
)
104
},
105
106
+ apiURL := Some(
107
+ url(s"""https://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