Skip to content

Commit

Permalink
Tweak mima stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Mar 8, 2019
1 parent 77c6f59 commit cf8cfe9
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 @@ -11,7 +11,7 @@ object Mima {

def binaryCompatibilityVersions: Set[String] = {

val latest = Seq("git", "describe", "--tags", "--abbrev=0", "--match", "v*")
val latest = Seq("git", "describe", "--tags", "--abbrev=0", "--match", "v*", "HEAD^")
.!!
.trim
.stripPrefix("v")
Expand Down

0 comments on commit cf8cfe9

Please sign in to comment.