From 0132a447a269fd4aa6a19643b84394335f2a0d17 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 7 Sep 2022 18:04:55 +0000 Subject: [PATCH] Update scala3-library, ... to 3.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4798615..aba3410 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ addCommandAlias("release", ";+clean ;+package ;+publishSigned") val Scala212 = "2.12.14" ThisBuild / scalaVersion := Scala212 -ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.7", "3.0.2") +ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.7", "3.2.0") ThisBuild / scalacOptions ++= Seq( // Note, this is used by the doc-source-url feature to determine the