From 3c1f0fdb4df3313ba0025c8eadfe79b9904d127f Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 24 May 2024 17:50:19 +0200 Subject: [PATCH] Update scala3-library to 3.4.2 (#297) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mehmet Akif Tütüncü --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 56e7338..9be882c 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val javaVersion = "21" val latestKotlinVersion = "2.0.0" -val latestScalaVersion = "3.4.1" +val latestScalaVersion = "3.4.2" val catsCore = "org.typelevel" %% "cats-core" % "2.10.0" val circeCore = "io.circe" %% "circe-core" % "0.14.7"