From 493af52067030e7474a967e2660c18eb37492d4e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 28 Feb 2024 00:03:12 +0100 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.13 (#1678) Co-authored-by: Georgi Krastev --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f9f01e2d1..33ab6c0dc 100644 --- a/build.sbt +++ b/build.sbt @@ -3,8 +3,8 @@ import microsites.ExtraMdFileConfig lazy val buildSettings = Seq( organization := "com.github.finagle", - scalaVersion := "2.13.12", - crossScalaVersions := Seq("2.12.19", "2.13.12") + scalaVersion := "2.13.13", + crossScalaVersions := Seq("2.12.19", "2.13.13") ) lazy val twitterVersion = "23.11.0"