We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b0c7e commit 1c56ea9Copy full SHA for 1c56ea9
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