Skip to content

Commit afecb60

Browse files
authored
Update ZIO SBT plugins (#849)
* Fix publishing of website documentation Follow https://zio.dev/contributing-to-zio-ecosystem/#utilizing-autogenerated-ci-through-the-zio-sbt-ci-plugin-recommended * Run sbt ciGenerateGithubWorkflow * Keep JDK 17/21 - run `sbt ciGenerateGithubWorkflow` * Update ZIO SBT plugins - sbt ciGenerateGithubWorkflow
1 parent 6eefb04 commit afecb60

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install libuv
3232
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
3333
- name: Setup Scala
34-
uses: actions/setup-java@v4
34+
uses: actions/setup-java@v5
3535
with:
3636
distribution: corretto
3737
java-version: '17'
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install libuv
5959
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
6060
- name: Setup Scala
61-
uses: actions/setup-java@v4
61+
uses: actions/setup-java@v5
6262
with:
6363
distribution: corretto
6464
java-version: '17'
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install libuv
8686
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
8787
- name: Setup Scala
88-
uses: actions/setup-java@v4
88+
uses: actions/setup-java@v5
8989
with:
9090
distribution: corretto
9191
java-version: ${{ matrix.java }}
@@ -113,7 +113,7 @@ jobs:
113113
- name: Install libuv
114114
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
115115
- name: Setup Scala
116-
uses: actions/setup-java@v4
116+
uses: actions/setup-java@v5
117117
with:
118118
distribution: corretto
119119
java-version: '17'
@@ -189,7 +189,7 @@ jobs:
189189
- name: Install libuv
190190
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
191191
- name: Setup Scala
192-
uses: actions/setup-java@v4
192+
uses: actions/setup-java@v5
193193
with:
194194
distribution: corretto
195195
java-version: '17'
@@ -220,7 +220,7 @@ jobs:
220220
- name: Install libuv
221221
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
222222
- name: Setup Scala
223-
uses: actions/setup-java@v4
223+
uses: actions/setup-java@v5
224224
with:
225225
distribution: corretto
226226
java-version: '17'

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val zioSbtVersion = "0.4.0-alpha.33"
1+
val zioSbtVersion = "0.4.0-alpha.34"
22
addSbtPlugin("dev.zio" % "zio-sbt-ecosystem" % zioSbtVersion)
33
addSbtPlugin("dev.zio" % "zio-sbt-ci" % zioSbtVersion)
44
addSbtPlugin("dev.zio" % "zio-sbt-website" % zioSbtVersion)

0 commit comments

Comments
 (0)