From a72958825f5a6faa2722566ab81307166816e39f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:46:24 +0000 Subject: [PATCH] chore(deps): update dependency scala to v3.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 20ae7a72..bd457e64 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ import scala.Ordering.Implicits._ Global / onChangedBuildSource := ReloadOnSourceChanges -ThisBuild / scalaVersion := "3.5.0" +ThisBuild / scalaVersion := "3.6.0" val sharedSettings = Seq( publish / skip := true,