From 6816e1acbcef5d837a73f72f5503884e5d9bd4b2 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 19 Oct 2024 08:50:33 +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 d020a90..a935d78 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ scalaVersion := "2.12.20" -crossScalaVersions := Seq("2.12.20", "2.13.15", "3.6.0") +crossScalaVersions := Seq("2.12.20", "2.13.15", "3.6.1") scalacOptions ++= Seq("-feature")