update scala 3 build settings

This commit is contained in:
xuwei-k
2023-04-30 13:10:32 +09:00
parent 2bfdca6992
commit d576bbfaed
2 changed files with 17 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- name: Run tests
run: sbt scalafmtSbtCheck scalafmtCheckAll test
- name: Scala 3
run: sbt '++ 3.2.2!' update # TODO
run: sbt '++ 3.x' test
- name: Build executable
run: sbt executable
- name: Upload artifacts