From 1077be81453de1ab9f7399a79a803729c16ff86b Mon Sep 17 00:00:00 2001 From: "indoorvivants-steward[bot]" <111179303+indoorvivants-steward[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 21:33:26 +0100 Subject: [PATCH] Update scala3-library, ... to 3.3.4 (#190) Co-authored-by: Indoor Vivants Steward[bot] <228215+Indoor+Vivants+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 92cd3f7..2a1aea3 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges val Versions = new { val http4s = "0.23.19" - val Scala = "3.2.2" + val Scala = "3.3.4" val scribe = "3.11.5"