Skip to content

Commit

Permalink
fix scala 3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Apr 30, 2023
1 parent d576bbf commit 0e7f34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run tests
run: sbt scalafmtSbtCheck scalafmtCheckAll test
- name: Scala 3
run: sbt '++ 3.x' test
run: sbt '++ 3.x' update # TODO
- name: Build executable
run: sbt executable
- name: Upload artifacts
Expand Down

0 comments on commit 0e7f34f

Please sign in to comment.