Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ef13712

Browse files
Update version of Scala, Scalatest, SBT, JDK and Github Actions
1 parent dcb92a6 commit ef13712

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

‎build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "Advent of Code"
22

3-
scalaVersion := "3.3.0"
3+
scalaVersion := "3.3.3"
44

55
scalacOptions ++= Seq(
66
"-deprecation",
@@ -10,5 +10,5 @@ scalacOptions ++= Seq(
1010
"-unchecked")
1111

1212
libraryDependencies ++= Seq(
13-
"org.scalatest" %% "scalatest" % "3.2.16" % Test
13+
"org.scalatest" %% "scalatest" % "3.2.19" % Test
1414
)

‎project/build.properties

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /