From cbaa512d082696a72a141a5a6a129745b43b1304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Rodr=C3=ADguez?= Date: Thu, 17 Oct 2024 10:42:10 -0300 Subject: [PATCH 1/2] Add setup-sbt to github actions --- .github/actions/setup-env/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index 76f0bae..12ceba7 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -25,3 +25,7 @@ runs: uses: actions/setup-node@v4 with: node-version-file: '.tool-versions' + + - uses: sbt/setup-sbt@v1 + with: + sbt-runner-version: 1.10.2 From 3a54cfba9b9df5d24326d195a686198b33d7186f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Rodr=C3=ADguez?= Date: Thu, 17 Oct 2024 10:46:09 -0300 Subject: [PATCH 2/2] Update .tool-versions file with sbt 1.10.2 --- .tool-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tool-versions b/.tool-versions index c9a1079..bb8d2f0 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -sbt 1.10.1 +sbt 1.10.2 java temurin-20.0.2+9 nodejs 22.5.1