From 8415dffa3599b53cee5a7fe90abf78059f5263e1 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:41:30 +0200 Subject: [PATCH] Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.28 (#854) * Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.28 * Update ci.yaml --------- Co-authored-by: Michael Nedokushev --- .github/workflows/ci.yml | 3 +++ project/plugins.sbt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b33db79f..f9c207e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,9 @@ env: pull_request: branches-ignore: - gh-pages +concurrency: + group: ${{ github.workflow }}-${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.run_id || github.ref }} + cancel-in-progress: true jobs: build: name: Build diff --git a/project/plugins.sbt b/project/plugins.sbt index 68c6e9f5..ee14b171 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val zioSbtVersion = "0.4.0-alpha.27" +val zioSbtVersion = "0.4.0-alpha.28" addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")