From d6209bf6966b7b607de5f771176d3402d8ce0530 Mon Sep 17 00:00:00 2001 From: Erlend Hamnaberg Date: Sun, 21 Apr 2024 19:46:12 +0200 Subject: [PATCH] Upgrade bump version to 0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 57d0397..8abc37c 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ lazy val core = project name := "sbt-circe-org" ) -ThisBuild / tlBaseVersion := "0.3" +ThisBuild / tlBaseVersion := "0.4" ThisBuild / crossScalaVersions := Seq("2.12.19") ThisBuild / developers := List( tlGitHubDev("lorandszakacs", "Loránd Szakács")