From 81ce6e95d276c7968ed15cdd04a8897517682de6 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Mon, 23 Jan 2023 23:04:45 +0100 Subject: [PATCH] Set new MiMa baseline --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index c711f855a6a..8b3a4f2afe6 100644 --- a/build.sc +++ b/build.sc @@ -60,7 +60,7 @@ object Settings { "0.11.0-M2", "0.11.0-M3" ) - val mimaBaseVersions: Seq[String] = Seq() + val mimaBaseVersions: Seq[String] = Seq("0.11.0-M3") } object Deps {