Skip to content

Commit

Permalink
Reset MiMa
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Feb 17, 2023
1 parent d83b498 commit c8789d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Mima.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c8789d4

Please sign in to comment.