From bb500f29e72feab15f463c03c6edb3f9df23b127 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 8 May 2024 12:33:25 +0200 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.14 (#1690) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 97026e989..229ea8863 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.13", - crossScalaVersions := Seq("2.12.19", "2.13.13") + scalaVersion := "2.13.14", + crossScalaVersions := Seq("2.12.19", "2.13.14") ) lazy val twitterVersion = "24.2.0"