From dedaa263ce4c9eccadc0a63a85fb66925781c0dd Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Mon, 18 Apr 2022 07:02:22 +0900 Subject: [PATCH] Scala 3.1.2 --- .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 12696e86c..0aa55cbe5 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.1.1!' update # TODO + run: sbt '++ 3.1.2!' update # TODO - name: Build executable run: sbt executable - name: Upload artifacts