From 196ab95e024be5d872261ec81e73002fc0f85bec Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 21:05:58 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4798615..111d002 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.12", "3.0.2") ThisBuild / scalacOptions ++= Seq( // Note, this is used by the doc-source-url feature to determine the