Skip to content

Commit d9b0b37

Browse files
committed
Update Scala to 3.7.4
1 parent 5041855 commit d9b0b37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "adventofcode"
22

33
version := "0.1"
44

5-
scalaVersion := "3.5.2"
5+
scalaVersion := "3.7.4"
66
scalacOptions ++= Seq(
77
"-deprecation",
88
"-feature",

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.10.5
1+
sbt.version = 1.11.7

0 commit comments

Comments
 (0)