From 0108d8cf9fb500dc56666d3f495662add833a9f1 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:21:38 +0000 Subject: [PATCH] Update scala3-library to 3.3.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8b5dc50..e01b9c9 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val scala213 = "2.13.12" -val scala3 = "3.3.1" +val scala3 = "3.3.4" name := "http4s-fabric"