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,