Skip to content

Commit e21b8de

Browse files
Update scala3-library to 3.6.2
1 parent 1a85bd5 commit e21b8de

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-2023",
30-
scalaVersion := "3.5.2",
30+
scalaVersion := "3.6.2",
3131
libraryDependencies ++= Seq(
3232
"org.typelevel" %% "cats-core" % catsVersion,
3333
"org.typelevel" %% "kittens" % kittensVersion,

0 commit comments

Comments
 (0)