From 4d7f7d35eb4940152b49c613738a4440aa771e5f Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 28 Sep 2024 19:26:22 +0200 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.20 (#1716) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1ca5df5a..d6da7b1b 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import microsites.ExtraMdFileConfig lazy val buildSettings = Seq( organization := "com.github.finagle", scalaVersion := "2.13.15", - crossScalaVersions := Seq("2.12.19", "2.13.15") + crossScalaVersions := Seq("2.12.20", "2.13.15") ) lazy val twitterVersion = "24.2.0"