From 85f19e2002d4c05a06a387f03376622c3cab0692 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 17:31:47 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4798615..ff8d77c 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ addCommandAlias("release", ";+clean ;+package ;+publishSigned") val Scala212 = "2.12.14" ThisBuild / scalaVersion := Scala212 -ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.7", "3.0.2") +ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.14", "3.0.2") ThisBuild / scalacOptions ++= Seq( // Note, this is used by the doc-source-url feature to determine the