From f1def2b7209c5de7a62e42a22f224b76e5893149 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:51:37 +0000 Subject: [PATCH] Update scala3-library to 3.6.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a99d1a2..a45829d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ scalaVersion := "2.12.20" -crossScalaVersions := Seq("2.12.20", "2.13.16", "3.6.2") +crossScalaVersions := Seq("2.12.20", "2.13.16", "3.6.3") scalacOptions ++= Seq("-feature")