We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1b0c7e + 1c56ea9 commit faf66a2Copy full SHA for faf66a2
build.sbt
@@ -14,6 +14,8 @@ lazy val `scala-parser-combinators` = crossProject(JSPlatform, JVMPlatform, Nati
14
settings(
15
name := "scala-parser-combinators",
16
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"))),
19
mimaPreviousVersion := Some("1.1.0").filter(_ => System.getenv("SCALAJS_VERSION") != "1.0.0-M6"),
20
21
apiMappings += (scalaInstance.value.libraryJar ->
0 commit comments