From c507997bb45058c81282ff8df9317088093ce6e8 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 19 Oct 2024 09:02:04 +0000 Subject: [PATCH] Update scala3-library, ... to 3.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 60b65fc..4e34769 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ lazy val commonSettings = Seq( scalaVersion := "2.12.20", version := "0.4-SNAPSHOT", organization := "de.b-studios", - crossScalaVersions := Seq("2.12.20", "2.13.15", "3.6.0"), + crossScalaVersions := Seq("2.12.20", "2.13.15", "3.6.1"), scalacOptions ++= Seq( "-deprecation", "-encoding", "UTF-8",