From 2dfeb751cf344835f6359501a80251c7517508ff Mon Sep 17 00:00:00 2001 From: GarnerUser Date: Mon, 2 Feb 2026 12:47:03 +0000 Subject: [PATCH] Update scala3-library to 3.8.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index cfc6327..3a37fa6 100644 --- a/build.sbt +++ b/build.sbt @@ -9,8 +9,8 @@ inThisBuild( licenses := List( "Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0") ), - scalaVersion := "3.7.4", - crossScalaVersions := Seq("2.12.21", "2.13.18", "3.7.4"), + scalaVersion := "3.8.1", + crossScalaVersions := Seq("2.12.21", "2.13.18", "3.8.1"), developers := List( Developer( "vmandrychenko",