Skip to content

Commit

Permalink
Update Scala to 3.3.1, Java to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Nov 19, 2023
1 parent f1f52f3 commit 9d66071
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 18
- name: Set up JDK 19
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '18'
java-version: '19'
- name: Test with SBT
run: sbt test
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "adventofcode"

version := "0.1"

scalaVersion := "3.2.0"
scalaVersion := "3.3.1"
scalacOptions ++= Seq(
"-deprecation",
"-feature",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.7.2
sbt.version = 1.9.7

0 comments on commit 9d66071

Please sign in to comment.