From b44766c521233ccf1467affe97c74f7b745cb64d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:45:55 +0000 Subject: [PATCH] chore(deps): update dependency scala to v2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 345e13d..cd74a5a 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ Global / scalacOptions := Seq( "-language:reflectiveCalls", "-deprecation", ) -Global / scalaVersion := "2.13.8" +Global / scalaVersion := "2.13.12" ThisBuild / versionScheme := Some("early-semver") ThisBuild / testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework") ThisBuild / githubWorkflowTargetTags ++= Seq("v*")