From 543c004058353c3761802c4b8b4b108b77b4d7b5 Mon Sep 17 00:00:00 2001 From: Ondra Pelech Date: Wed, 24 Jul 2024 14:12:52 +0200 Subject: [PATCH] Update scala-cli to 1.4.1 to update Scala Native to 0.5.x (#299) * Update scala-cli to 1.4.1 to update Scala Native to 0.5.x * utest 0.8.3 * Update config.scala * --power --- .github/workflows/ci.yml | 16 ++++++++-------- src/config.scala | 6 +++--- src/test/config.scala | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29f4865..e0c84a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,12 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: coursier/cache-action@v6.4 - - uses: coursier/setup-action@v1.3.0 + - uses: coursier/cache-action@v6 + - uses: coursier/setup-action@v1 with: - apps: scala-cli:0.1.17 + apps: scala-cli:1.4.1 - name: Test - run: scala-cli test . --cross --require-tests + run: scala-cli test . --power --cross --require-tests publish: if: github.event_name == 'push' @@ -28,12 +28,12 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: coursier/cache-action@v6.4 - - uses: coursier/setup-action@v1.3.0 + - uses: coursier/cache-action@v6 + - uses: coursier/setup-action@v1 with: - apps: scala-cli:0.1.17 + apps: scala-cli:1.4.1 - name: Release - run: scala-cli publish . --cross + run: scala-cli publish . --power --cross env: PUBLISH_SECRET_KEY: ${{ secrets.PUBLISH_SECRET_KEY }} PUBLISH_SECRET_KEY_PASSWORD: ${{ secrets.PUBLISH_SECRET_KEY_PASSWORD }} diff --git a/src/config.scala b/src/config.scala index b7ce68e..5e7d096 100644 --- a/src/config.scala +++ b/src/config.scala @@ -1,7 +1,7 @@ -//> using scala "2.13.10", "2.13.10" +//> using scala "2.13.14", "2.12.19" //> using platform "jvm", "scala-js", "native" -//> using lib "org.scalacheck::scalacheck::1.17.0" -//> using lib "com.chuusai::shapeless::2.3.10" +//> using lib "org.scalacheck::scalacheck::1.18.0" +//> using lib "com.chuusai::shapeless::2.3.12" //> using jvm "8" //> using publish.organization "com.github.alexarchambault" diff --git a/src/test/config.scala b/src/test/config.scala index 46ad2ff..2d1556c 100644 --- a/src/test/config.scala +++ b/src/test/config.scala @@ -1 +1 @@ -//> using lib "com.lihaoyi::utest::0.8.1" +//> using lib "com.lihaoyi::utest::0.8.3"