Skip to content

Commit faf66a2

Browse files
authored
Merge pull request #187 from SethTisue/fix-pom-license
include correct license info in POM
2 parents e1b0c7e + 1c56ea9 commit faf66a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ lazy val `scala-parser-combinators` = crossProject(JSPlatform, JVMPlatform, Nati
1414
settings(
1515
name := "scala-parser-combinators",
1616
version := "1.1.2-SNAPSHOT",
17+
// this line could be removed after https://github.com/scala/sbt-scala-module/issues/48 is fixed
18+
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0"))),
1719
mimaPreviousVersion := Some("1.1.0").filter(_ => System.getenv("SCALAJS_VERSION") != "1.0.0-M6"),
1820

1921
apiMappings += (scalaInstance.value.libraryJar ->

0 commit comments

Comments
 (0)