We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d516d2d commit 397d45cCopy full SHA for 397d45c
build.sbt
@@ -27,7 +27,7 @@ lazy val root = project
27
.settings(
28
organization := "com.horothesun",
29
name := "advent-of-code-2024",
30
- scalaVersion := "3.7.2",
+ scalaVersion := "3.7.3",
31
libraryDependencies ++= Seq(
32
"org.typelevel" %% "cats-core" % catsVersion,
33
"org.typelevel" %% "kittens" % kittensVersion,
0 commit comments