From 32fbc4e304c184b8211c9723f2d25954ad8b629b Mon Sep 17 00:00:00 2001 From: alexcardell <29524087+alexcardell@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:24:28 +0100 Subject: [PATCH] Update base version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 04512c9..5dae235 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ // https://typelevel.org/sbt-typelevel/faq.html#what-is-a-base-version-anyway -ThisBuild / tlBaseVersion := "0.2" // your current series x.y +ThisBuild / tlBaseVersion := "0.3" // your current series x.y ThisBuild / organization := "io.cardell" ThisBuild / organizationName := "Alex Cardell"