From 70afad75f77c64cf3dcade3967792560aa9ff802 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:09:42 +0000 Subject: [PATCH] Update scala3-library, ... to 3.3.2 --- project/common.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/common.scala b/project/common.scala index a878bab..852e193 100644 --- a/project/common.scala +++ b/project/common.scala @@ -64,7 +64,7 @@ object Common { val commonSettings: Seq[Def.Setting[_]] = Seq( scalaVersion := Scala212, - crossScalaVersions := "3.3.1" :: "2.13.12" :: Scala212 :: Nil, + crossScalaVersions := "3.3.2" :: "2.13.12" :: Scala212 :: Nil, organization := "com.github.xuwei-k", commands += Command.command("updateReadme")(updateReadme), publishTo := sonatypePublishToBundle.value,