From 719a521f06213cfbbfb9a7be21c41438ed14f022 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sat, 17 Jul 2021 13:00:44 +0900 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a59cac24..2e043fc7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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