From a01db6bda01290f9cb781d454472ac6979ec7986 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 04:01:49 +0000 Subject: [PATCH] chore(deps): update dependency scala to v3.4.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 328ca5c..248ca22 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ lazy val root = project .settings( name := "smithy-cats-librarian", version := "0.1.1-SNAPSHOT", - scalaVersion := "3.3.3", + scalaVersion := "3.4.1", libraryDependencies ++= Seq( "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion.value, "com.disneystreaming.smithy4s" %% "smithy4s-http4s" % smithy4sVersion.value,