From cf8cfe9e7d4591c934c57a0fd619cc3d1ae73dfe Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 8 Mar 2019 18:01:27 +0100 Subject: [PATCH] Tweak mima stuff --- project/Mima.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Mima.scala b/project/Mima.scala index e1a243a..f96df09 100644 --- a/project/Mima.scala +++ b/project/Mima.scala @@ -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")