From c8789d4e64171edbda7870f7cb47fcf9adaeaf1e Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Thu, 16 Feb 2023 16:04:22 +0100 Subject: [PATCH] Reset MiMa --- project/Mima.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Mima.scala b/project/Mima.scala index 4ed7838f..5ec3037a 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", "c199a3037771d09af0a190a2b99fa8b287e6812f") + Seq("git", "tag", "--merged", "HEAD^", "--contains", "b02ab0e179ad46903746ccb8e90473b4cc641480") .!! .linesIterator .map(_.trim)