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.
2 parents 0daee4a + f454dd6 commit b95f44dCopy full SHA for b95f44d
build.sbt
@@ -107,6 +107,9 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
107
)
108
},
109
110
+ apiURL := Some(
111
+ url(s"""https://scala.github.io/scala-xml/api/${"-.*".r.replaceAllIn(version.value, "")}/""")
112
+ ),
113
apiMappings ++= Map(
114
scalaInstance.value.libraryJar
115
-> url(s"http://www.scala-lang.org/api/${scalaVersion.value}/")
0 commit comments