Skip to content

Commit abe6e29

Browse files
committed
Remove explicit license setting
Inherit from sbt-scala-module
1 parent d0d3f3d commit abe6e29

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
1313
name := "scala-xml",
1414
version := "2.0.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-
1916
// Compiler team advised avoiding the -Xfuture option for releases.
2017
// The output with -Xfuture should be periodically checked, though.
2118
scalacOptions ++= "-deprecation:false -feature -Xlint:-stars-align,-nullary-unit,_".split("\\s+").to[Seq],

0 commit comments

Comments
 (0)