From 693bda7c63ee797eb95889f795131e4df151ec8c Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Fri, 20 Dec 2024 09:12:39 -0600 Subject: [PATCH] Preparing for next release --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 16e0883..c6d7caf 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val developerURL: String = "https://matthicks.com" name := projectName ThisBuild / organization := org -ThisBuild / version := "1.1.2" +ThisBuild / version := "1.2.0-SNAPSHOT" ThisBuild / scalaVersion := scala213 ThisBuild / crossScalaVersions := allScalaVersions ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")