From e4695e794e324af330cd2cee9da49a91b6898fad Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 20 Sep 2024 21:17:08 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- project/common.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/common.scala b/project/common.scala index d1be5f7..2f68d12 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.14" :: Scala212 :: Nil, + crossScalaVersions := "3.3.3" :: "2.13.15" :: Scala212 :: Nil, organization := "com.github.xuwei-k", commands += Command.command("updateReadme")(updateReadme), publishTo := sonatypePublishToBundle.value,