From 8d2e33466a24eddde6ab60bd2b6aa55a0b1e756e Mon Sep 17 00:00:00 2001 From: Andrea Pinto Date: Fri, 24 Jan 2025 12:43:03 +0100 Subject: [PATCH] bump version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9e51387..fe00ec6 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ inThisBuild( Seq( scalaVersion := scala212, organization := "it.agilelab", - version := "1.8.0-SNAPSHOT", + version := "1.9.0-SNAPSHOT", scapegoatVersion := "1.4.15", RepositoriesSupport.allResolvers, WarningAsErrorsSupport.enableWarningAsErrors,