From 46227d677e2be7fce369d82b7e59baf9ce1aea71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 18:07:29 +0000 Subject: [PATCH] chore(deps): update dependency scala to v3.4.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 44b6f75..63117fc 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -ThisBuild / scalaVersion := "3.3.3" +ThisBuild / scalaVersion := "3.4.2" ThisBuild / version := "0.2.4-SNAPSHOT" ThisBuild / versionScheme := Some("semver-spec")