From 12605bdc0cd46a680cfd79187d08b04717471c4d Mon Sep 17 00:00:00 2001 From: Adrien Piquerez Date: Wed, 3 Jul 2024 16:35:43 +0200 Subject: [PATCH] bump snapshot version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 805f60463..f8b8f5957 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ ThisBuild / version := { nightlyVersion match { case Some(v) => v case _ => - if ((ThisBuild / isSnapshot).value) "2.0.0-alpha12-SNAPSHOT" + if ((ThisBuild / isSnapshot).value) "2.0.0-alpha15-SNAPSHOT" else old } }