Skip to content

Commit

Permalink
Fix MiMA config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jun 5, 2024
1 parent d753d92 commit 1522a14
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", "920fb43865d3f35c5f2c9abb5bcc91768ab9de45")
Seq("git", "tag", "--merged", "HEAD^", "--contains", "993ac3020db84ba06231e0268c920c9f8b9f3520")
.!!
.linesIterator
.map(_.trim)
Expand Down

0 comments on commit 1522a14

Please sign in to comment.