From a49ffb07be814bf92c4c5a3d65d1e81285455e1f Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sun, 30 Jan 2022 16:14:57 +0900 Subject: [PATCH] update Scala 3 version --- .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 cb02de669..7dbe6ea94 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!' update # TODO + run: sbt '++ 3.1.1!' update # TODO - name: Build executable run: sbt executable - name: Upload artifacts