update Scala 3 version

This commit is contained in:
kenji yoshida
2022-01-30 16:14:57 +09:00
committed by GitHub
parent baa9caf010
commit a49ffb07be

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!' update # TODO
run: sbt '++ 3.1.1!' update # TODO
- name: Build executable
run: sbt executable
- name: Upload artifacts