From 39e2ddb8d1e697f45c4b3bf05e137eab0fccf76c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 2 Feb 2023 17:51:05 +0000 Subject: [PATCH] Update scala3-library to 3.2.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8a5501b..2e33262 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ def isScala2(scalaVersion: String): Boolean = } lazy val sharedSettings = Seq( - crossScalaVersions := Seq("2.12.16", "2.13.10", "3.2.1"), + crossScalaVersions := Seq("2.12.16", "2.13.10", "3.2.2"), organization := "io.github.metarank", version := cforVersion, scalaVersion := "2.13.10",