Skip to content

Commit ff8f558

Browse files
committed
enable mima
fixes #23
1 parent d433866 commit ff8f558

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
@@ -13,6 +13,8 @@ scalacOptions in (Compile, doc) ++= Seq("-implicits", "-groups")
1313
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a")
1414
parallelExecution in Test := false // why?
1515

16+
mimaPreviousVersion := Some("0.1.0")
17+
1618
homepage := Some(url("https://github.com/scala/scala-collection-contrib"))
1719
licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0"))
1820

0 commit comments

Comments
 (0)