From 8fa40a890903cb002e40a1722171e07e7c068065 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:29:10 +0200 Subject: [PATCH] Update scala3-library to 3.3.4 (#1242) 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 b9e230cd..f312891c 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ organization := "io.laserdisc" name := "fs2-aws" lazy val scala213 = "2.13.15" -lazy val scala3 = "3.3.3" +lazy val scala3 = "3.3.4" lazy val supportedScalaVersions = List(scala213, scala3)