From 8233feec8439a0b7e8c4c7162c6eca57004ee5fb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 02:41:37 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.14 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 97dbd22..f814279 100644 --- a/build.sbt +++ b/build.sbt @@ -8,8 +8,8 @@ ThisBuild / scalafmtOnCompile := true Global / onChangedBuildSource := ReloadOnSourceChanges -ThisBuild / scalaVersion := "2.13.8" -ThisBuild / crossScalaVersions := Seq("2.13.8", "3.1.3") +ThisBuild / scalaVersion := "2.13.14" +ThisBuild / crossScalaVersions := Seq("2.13.14", "3.1.3") val commonSettings = Seq( scalacOptions := Seq(