File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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'
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'
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'
Original file line number Diff line number Diff line change 1- val zioSbtVersion = " 0.4.0-alpha.33 "
1+ val zioSbtVersion = " 0.4.0-alpha.34 "
22addSbtPlugin(" dev.zio" % " zio-sbt-ecosystem" % zioSbtVersion)
33addSbtPlugin(" dev.zio" % " zio-sbt-ci" % zioSbtVersion)
44addSbtPlugin(" dev.zio" % " zio-sbt-website" % zioSbtVersion)
You can’t perform that action at this time.
0 commit comments