Skip to content

Commit

Permalink
Reset MiMA
Browse files Browse the repository at this point in the history
... due to an extra field added to PlatformCommandsMethods.CompletionsUninstallOPtions.
  • Loading branch information
natsukagami committed Jun 4, 2024
1 parent 920fb43 commit 9279732
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", "8e0544e5ce1f9ce1dd3bd85308332b5dd1cd4985")
Seq("git", "tag", "--merged", "HEAD^", "--contains", "920fb43865d3f35c5f2c9abb5bcc91768ab9de45")
.!!
.linesIterator
.map(_.trim)
Expand Down

0 comments on commit 9279732

Please sign in to comment.