Update build.yml

This commit is contained in:
kenji yoshida
2021-07-17 13:00:44 +09:00
committed by GitHub
parent 413754976f
commit 719a521f06

View File

@@ -29,7 +29,7 @@ jobs:
- name: Run tests
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck test
- name: Scala 3
run: sbt '++ 3.0.1-RC1!' update # TODO
run: sbt '++ 3.0.1!' update # TODO
- name: Build executable
run: sbt executable
- name: Upload artifacts