Skip to content

Commit 1bcd076

Browse files
committed
Update Scala to 3.5.2
1 parent e605c02 commit 1bcd076

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.4.2"
5+
scalaVersion := "3.5.2"
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.1
1+
sbt.version = 1.10.5

0 commit comments

Comments
 (0)