From e53cc4a93471f417ac96c4d1b79df82fffd3ea34 Mon Sep 17 00:00:00 2001 From: Derek Wooters Date: Mon, 27 Jan 2025 21:13:08 +0000 Subject: [PATCH] Bump version to 2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6890f02..d0c90d5 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "sp-cron" organization := "com.signalpath" -version := "1.2" +version := "2.0" lazy val versions = new { val scala212 = "2.12.20"