We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d433866 commit ff8f558Copy full SHA for ff8f558
build.sbt
@@ -13,6 +13,8 @@ scalacOptions in (Compile, doc) ++= Seq("-implicits", "-groups")
13
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a")
14
parallelExecution in Test := false // why?
15
16
+mimaPreviousVersion := Some("0.1.0")
17
+
18
homepage := Some(url("https://github.com/scala/scala-collection-contrib"))
19
licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0"))
20
0 commit comments