File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
14- - uses : actions/setup-java@v3
13+ - uses : actions/checkout@v4
14+ - uses : actions/setup-java@v4
1515 with :
16- java-version : ' 17 '
16+ java-version : ' 21 '
1717 distribution : ' corretto'
1818 cache : ' sbt'
1919 - run : sbt test
Original file line number Diff line number Diff line change 11name := " Advent of Code"
22
3- scalaVersion := " 3.3.0 "
3+ scalaVersion := " 3.3.3 "
44
55scalacOptions ++= Seq (
66 " -deprecation" ,
@@ -10,5 +10,5 @@ scalacOptions ++= Seq(
1010 " -unchecked" )
1111
1212libraryDependencies ++= Seq (
13- " org.scalatest" %% " scalatest" % " 3.2.16 " % Test
13+ " org.scalatest" %% " scalatest" % " 3.2.19 " % Test
1414)
Original file line number Diff line number Diff line change 1- sbt.version =1.9.3
1+ sbt.version =1.9.9
You can’t perform that action at this time.
0 commit comments