Skip to content

Commit 397d45c

Browse files
Update scala3-library to 3.7.3
1 parent d516d2d commit 397d45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy val root = project
2727
.settings(
2828
organization := "com.horothesun",
2929
name := "advent-of-code-2024",
30-
scalaVersion := "3.7.2",
30+
scalaVersion := "3.7.3",
3131
libraryDependencies ++= Seq(
3232
"org.typelevel" %% "cats-core" % catsVersion,
3333
"org.typelevel" %% "kittens" % kittensVersion,

0 commit comments

Comments
 (0)