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 e605c02 commit 1bcd076Copy full SHA for 1bcd076
build.sbt
@@ -2,7 +2,7 @@ name := "adventofcode"
2
3
version := "0.1"
4
5
-scalaVersion := "3.4.2"
+scalaVersion := "3.5.2"
6
scalacOptions ++= Seq(
7
"-deprecation",
8
"-feature",
project/build.properties
@@ -1 +1 @@
1
-sbt.version = 1.10.1
+sbt.version = 1.10.5
0 commit comments