From 1522a140d601d1e89e541112ef97334283bcd83a Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Wed, 5 Jun 2024 15:30:35 +0200 Subject: [PATCH] Fix MiMA config --- project/Mima.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Mima.scala b/project/Mima.scala index 9be90ba7..e5000f07 100644 --- a/project/Mima.scala +++ b/project/Mima.scala @@ -8,7 +8,7 @@ import scala.sys.process._ object Mima { def binaryCompatibilityVersions: Set[String] = - Seq("git", "tag", "--merged", "HEAD^", "--contains", "920fb43865d3f35c5f2c9abb5bcc91768ab9de45") + Seq("git", "tag", "--merged", "HEAD^", "--contains", "993ac3020db84ba06231e0268c920c9f8b9f3520") .!! .linesIterator .map(_.trim)