From 3f5de30ef281b1ecf30834c4ef15c8e4674fefaa Mon Sep 17 00:00:00 2001 From: Vamshi Maskuri <117595548+varshith257@users.noreply.github.com> Date: Fri, 13 Dec 2024 23:24:50 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 252ff31afc..4180144fad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,8 @@ jobs: cache: sbt - uses: coursier/setup-action@v1 - + - name: Setup sbt + uses: sbt/setup-sbt@v1 - name: Check formatting if: matrix.scala == '2.13.14' run: sbt ++2.13.14 fmtCheck