From 2a58117098352fe1ebdfe16539e4c8162f19544e Mon Sep 17 00:00:00 2001 From: pbernet Date: Wed, 22 May 2024 08:52:01 +0200 Subject: [PATCH] Fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbf9c946..9b878689 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Set up JDK 17 uses: coursier/setup-action@v1 with: - jvm: adopt:17 + jvm: 17 apps: sbtn - name: Build and Test run: sbt -v +test \ No newline at end of file