From bd805b2150d3104e162c1fcebf38899e12416185 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Tue, 8 Oct 2024 07:44:30 -0500 Subject: [PATCH] Release 0.14.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 94ffa39d..37f0cf9b 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.14.3-SNAPSHOT" +ThisBuild / version := "0.14.3" ThisBuild / scalaVersion := scala213 ThisBuild / crossScalaVersions := allScalaVersions ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")