From 84f2424b01e8932481c9f80de7383a456454015e Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:36:56 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b4d3d06e..5e1a2b5a 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ ThisBuild / startYear := Some(2021) ThisBuild / tlCiReleaseBranches := Seq("series/0.2") ThisBuild / tlSitePublishBranch := Some("series/0.2") -val scala213 = "2.13.11" +val scala213 = "2.13.12" ThisBuild / crossScalaVersions := Seq("2.12.18", scala213, "3.3.1") ThisBuild / scalaVersion := scala213