From 6a43226c4b279fe809d5968d85fe9317b44c96f4 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Tue, 30 Apr 2024 10:18:36 -0500 Subject: [PATCH] version increment --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9ad40a9a..350f4b54 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ val developerURL: String = "https://matthicks.com" name := projectName ThisBuild / organization := org -ThisBuild / version := "0.4.1" +ThisBuild / version := "0.4.2-SNAPSHOT" ThisBuild / scalaVersion := scala213 ThisBuild / crossScalaVersions := allScalaVersions ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")