prepare Scala 3

This commit is contained in:
xuwei-k
2021-06-07 17:35:14 +09:00
parent 4a5ab1ae71
commit 625f3655ec
2 changed files with 17 additions and 6 deletions

View File

@@ -28,6 +28,8 @@ jobs:
distribution: adopt
- name: Run tests
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck test
- name: Scala 3
run: sbt '++ 3.0.1-RC1!' update # TODO
- name: Build executable
run: sbt executable
- name: Upload artifacts