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 7313ade + ef4e47a commit 2735700Copy full SHA for 2735700
build.sbt
@@ -7,6 +7,7 @@ ThisBuild / licenses += (("Apache-2.0", url("https://www.apache.org/licenses/LIC
7
8
// because it doesn't declare it itself
9
ThisBuild / libraryDependencySchemes += "org.scala-js" %% "scalajs-library" % "semver-spec"
10
+ThisBuild / apiURL := Some(url("https://javadoc.io/doc/org.scala-lang.modules/scala-xml_2.13/"))
11
12
lazy val configSettings: Seq[Setting[_]] = Seq(
13
unmanagedSourceDirectories ++= {
0 commit comments