From 6335d71e57f0776b91ddfd4552a5b1c817ea6cc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:30:37 +0000 Subject: [PATCH] chore(deps): update dependency scala to v3.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 20ae7a72..a3d9a95e 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.1" val sharedSettings = Seq( publish / skip := true,