From d42e442f7caada8e4abf33656c86e37c3f1f02da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:23:57 +0000 Subject: [PATCH] chore(deps): update dependency scala to v3.3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dd73e4e..1bf3b92 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -ThisBuild / scalaVersion := "3.3.2" +ThisBuild / scalaVersion := "3.3.3" ThisBuild / version := "0.2.4-SNAPSHOT" ThisBuild / versionScheme := Some("semver-spec")