From d1421d76b9e20306e1e5be63af9a083157fdef96 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 27 Mar 2024 18:45:58 +0000 Subject: [PATCH] Update scala3-library to 3.4.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 563ef18..d5d14dd 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ scalaVersion := "2.12.19" -crossScalaVersions := Seq("2.12.19", "2.13.13", "3.4.0") +crossScalaVersions := Seq("2.12.19", "2.13.13", "3.4.1") scalacOptions ++= Seq("-feature")