From 1f978909ab4b209f63ce6a373161e62355c4bf02 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Thu, 6 Jun 2024 08:23:21 -0500 Subject: [PATCH] Release 0.5.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eda267b..30f80d7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "spice" ThisBuild / organization := "com.outr" -ThisBuild / version := "0.5.10-SNAPSHOT" +ThisBuild / version := "0.5.10" val scala213: String = "2.13.14"