From d5c00b983275d643fbc8e065545454ca9310fec3 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:23:32 +0200 Subject: [PATCH] Update scala3-library to 3.3.1 (#1100) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Dmytro Obodowsky --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fcc57072..e9c1a220 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ organization := "io.laserdisc" name := "fs2-aws" lazy val scala213 = "2.13.12" -lazy val scala3 = "3.3.0" +lazy val scala3 = "3.3.1" lazy val supportedScalaVersions = List(scala213, scala3)