Skip to content

Commit

Permalink
Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.10 (#710)
Browse files Browse the repository at this point in the history
* Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.10

* Fix ci.yml

---------

Co-authored-by: Michael Nedokushev <grouzen.hexy@gmail.com>
  • Loading branch information
scala-steward and grouzen authored Jun 6, 2023
1 parent 4c10b0c commit ca49fd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Setup Scala
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.11.0
with:
distribution: temurin
java-version: '8'
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Setup Scala
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.11.0
with:
distribution: temurin
java-version: '8'
Expand All @@ -79,7 +79,7 @@ jobs:
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Setup Scala
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.11.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand All @@ -91,7 +91,7 @@ jobs:
with:
fetch-depth: '0'
- name: Test
run: sbt ++test
run: sbt +test
update-readme:
name: Update README
runs-on: ubuntu-latest
Expand All @@ -105,7 +105,7 @@ jobs:
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Setup Scala
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.11.0
with:
distribution: temurin
java-version: '8'
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Setup Scala
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.11.0
with:
distribution: temurin
java-version: '8'
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Setup Scala
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v3.11.0
with:
distribution: temurin
java-version: '8'
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val zioSbtVersion = "0.4.0-alpha.8"
val zioSbtVersion = "0.4.0-alpha.10"

addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
Expand Down

0 comments on commit ca49fd6

Please sign in to comment.