From fa765914f680476f8414752ca5a62224d9032d7a Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Fri, 3 Oct 2025 15:18:16 +0200 Subject: [PATCH] bugfix: Use newest Bloop to fix CI issues --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8172ea6c..8fd87a2b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: uses: ./ with: jvm: ${{ matrix.jvm }} - apps: sbt sbtn ammonite bloop:1.4.11 + apps: sbt sbtn ammonite bloop # - uses: coursier/cache-action@v5 - run: echo cs-version=${{ steps.scala-cli-setup.outputs.cs-version }}