From fa0eb3f858e28f49612780fb61661a2bde271892 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 13 Feb 2023 21:25:25 +0100 Subject: [PATCH] Update scala3-library to 3.2.2 (#278) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7bcfbe1..c358886 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ def osgiExport(scalaVersion: String, version: String) = { } lazy val commonSettings = Seq( - crossScalaVersions := Seq("2.13.10", "2.12.17", "2.11.12", "3.2.1"), + crossScalaVersions := Seq("2.13.10", "2.12.17", "2.11.12", "3.2.2"), scalaVersion := crossScalaVersions.value.head, // we could make this stricter again (BinaryAndSourceCompatible) // after our reference version was built on Scala 3.1.x