From 396ed89c794bb00961711f1380c26f4002b8999f Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 14:41:54 -0300 Subject: [PATCH] Update scala3-library, ... to 3.3.4 (#702) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7bbf25ff..36a0d53e 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val algebraVersion = "2.12.0" val Scala212 = "2.12.20" val Scala213 = "2.13.15" -val Scala3 = "3.3.3" +val Scala3 = "3.3.4" ThisBuild / tlBaseVersion := "0.9" ThisBuild / startYear := Some(2015)