From ad6c7a35a8d20f426d002e99dbbe689bde011f5d Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Wed, 10 Jun 2026 03:21:18 +0900 Subject: [PATCH] Update mimaPreviousArtifacts (#9308) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1c894578..648cc0484 100644 --- a/build.sbt +++ b/build.sbt @@ -126,7 +126,7 @@ def testedBaseSettings: Seq[Setting[?]] = val sbt20Plus = Seq( - "2.0.0-RC14", + "2.0.0-RC15", ) val mimaSettings = mimaSettingsSince(sbt20Plus) def mimaSettingsSince(versions: Seq[String]): Seq[Def.Setting[?]] = Def.settings(