fix scala 3 build

This commit is contained in:
kenji yoshida
2023-04-30 13:13:30 +09:00
committed by GitHub
parent d576bbfaed
commit 0e7f34f1d7

View File

@@ -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