From 3796c0f4d8871293f2e5a9af25456888d75aa276 Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:46:46 +0000 Subject: [PATCH] Update scala3-library to 3.6.2 (#3) 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 0d3664a..ce0809c 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val root = project .settings( organization := "com.horothesun", name := "advent-of-code-2024", - scalaVersion := "3.5.2", + scalaVersion := "3.6.2", libraryDependencies ++= Seq( "org.typelevel" %% "cats-core" % catsVersion, "org.typelevel" %% "kittens" % kittensVersion,