Skip to content

Commit 4afe0db

Browse files
committed
include correct license info in POM
1 parent 9df73b9 commit 4afe0db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: build.sbt

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
1313
name := "scala-xml",
1414
version := "1.2.0-SNAPSHOT",
1515

16+
// this line could be removed after https://github.com/scala/sbt-scala-module/issues/48 is fixed
17+
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0"))),
18+
1619
// Compiler team advised avoiding the -Xfuture option for releases.
1720
// The output with -Xfuture should be periodically checked, though.
1821
scalacOptions ++= "-deprecation:false -feature -Xlint:-stars-align,-nullary-unit,_".split("\\s+").to[Seq],

0 commit comments

Comments
 (0)