From 51c222260ef298ba466fb46259f2213ea9c67312 Mon Sep 17 00:00:00 2001 From: Bilal Fazlani Date: Sun, 30 Jun 2024 18:28:44 +0530 Subject: [PATCH] attempt fix publish --- .github/workflows/release.yml | 16 +++++++--------- docs/getting-started/index.md | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a5f1d3..7a3464b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,16 +16,14 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/cache@v3 + - uses: actions/checkout@v4 + - uses: coursier/cache-action@v6 + name: Cache Coursier + - uses: coursier/setup-action@v1 + name: Setup Coursier with: - key: ${{ runner.os }}-scala - path: | - ~/.ivy2/cache - ~/.sbt - - uses: olafurpg/setup-scala@v13 - with: - java-version: openjdk@1.17.0 + jvm: adopt:21 + apps: sbt - name: Publish ${{ github.ref }} run: sbt ci-release env: diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 6582d53..8a3ce92 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -32,7 +32,7 @@ ZIO-Maelstrom is a high level Scala driver for Maelstrom which abstracts away th Since Maelstrom is Closure program, you will need JVM installed on your machine. This templates makes use of graalvm native image to create OS native executable files for improved node performance. I have used [sdkman](https://sdkman.io) to install java. ```bash -sdk install java 21.0.2-graal +sdk install java 22.0.1-graal ``` ### 2. SBT