Skip to content

Commit 6675745

Browse files
authored
Merge pull request #298 from ashawley/inherit-license
Remove explicit license setting
2 parents d0d3f3d + abe6e29 commit 6675745

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)