Scala 3.1.2

This commit is contained in:
kenji yoshida
2022-04-18 07:02:22 +09:00
committed by GitHub
parent bccf729102
commit dedaa263ce

View File

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