From 2359a22e4f3063b24b0c44855b119ee11af33af9 Mon Sep 17 00:00:00 2001 From: scala-steward-bot <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 19 Sep 2024 04:43:15 +0900 Subject: [PATCH] Update scala3-library to 3.5.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 11408ec..569bdc0 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.14", "3.5.0"), + crossScalaVersions := Seq("2.12.20", "2.13.14", "3.5.1"), scalacOptions ++= Seq( "-deprecation", "-encoding", "UTF-8",