From 3b3c01e0b50d4b583a2dd5cfea53368c5fc20340 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 19:26:14 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.13 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 2235e7d0b..05bd9ecac 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.18", "2.13.12") + scalaVersion := "2.13.13", + crossScalaVersions := Seq("2.12.18", "2.13.13") ) lazy val twitterVersion = "23.11.0"