From 413d0af614ce418e7eb705b3cf1ef90a7a2d424b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Manciot?= Date: Sun, 14 Jun 2026 10:54:38 +0200 Subject: [PATCH] chore: update project versions to SNAPSHOT for ongoing development --- build.sbt | 2 +- project/Versions.scala | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 5a55c97..ce488e7 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ ThisBuild / organization := "app.softnetwork" name := "account" -ThisBuild / version := "0.8.6.1" +ThisBuild / version := "0.8-SNAPSHOT" ThisBuild / scalaVersion := scala212 diff --git a/project/Versions.scala b/project/Versions.scala index 9a9a635..c3d25b5 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -1,10 +1,10 @@ object Versions { - val genericPersistence = "0.8.6.2" + val genericPersistence = "0.9-SNAPSHOT" - val notification = "0.9.1" + val notification = "0.9-SNAPSHOT" - val scheduler = "0.8.0" + val scheduler = "0.8-SNAPSHOT" val slf4j = "2.0.7"