From 5185f25d0b651eac1d3a0d38f2c7c93bd74804ff Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:45:40 +0000 Subject: [PATCH] Update scala3-library to 3.3.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4ece4c5..07ef850 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ scalaVersion := "2.12.18" -crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.1") +crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.2") scalacOptions ++= Seq("-feature")