From 42b917dab155a3f480d154bf6102022e137d211b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:00:23 +0200 Subject: [PATCH] Update scala-library to 2.13.12 (#1099) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4476c9c2..b05d317a 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ import software.amazon.awssdk.services.dynamodb.DynamoDbAsyncClient organization := "io.laserdisc" name := "fs2-aws" -lazy val scala213 = "2.13.11" +lazy val scala213 = "2.13.12" lazy val scala3 = "3.3.0" lazy val supportedScalaVersions = List(scala213, scala3)