From 2c26b86bb69521c1d1feb9efc1a4ef588f1d542e Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 22:40:02 +0000 Subject: [PATCH] Update scala3-library to 3.4.2 (#18) Co-authored-by: horothesun-scala-steward[bot] <132169906+horothesun-scala-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 c7a30ae..1b9e0f3 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ lazy val root = project .settings( organization := "com.horothesun", name := "advent-of-code-2023", - scalaVersion := "3.4.1", + scalaVersion := "3.4.2", libraryDependencies ++= Seq( "org.typelevel" %% "cats-core" % catsVersion, "org.typelevel" %% "kittens" % kittensVersion,