From 5fd0315870ef553f5bd9d7a0b8d326b1f3cc35ac Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:07:13 +0000 Subject: [PATCH] Update scala3-library, ... to 3.4.0 --- project/common.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/common.scala b/project/common.scala index a538b86..c1dffed 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.3" :: "2.13.13" :: Scala212 :: Nil, + crossScalaVersions := "3.4.0" :: "2.13.13" :: Scala212 :: Nil, organization := "com.github.xuwei-k", commands += Command.command("updateReadme")(updateReadme), publishTo := sonatypePublishToBundle.value,