File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
build :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v1
11
+ - uses : actions/checkout@v2
12
12
- name : Set up JDK 1.8
13
13
uses : actions/setup-java@v1
14
14
with :
Original file line number Diff line number Diff line change 5
5
build :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v1
8
+ - uses : actions/checkout@v2
9
9
- name : Set up JDK 1.8
10
10
uses : actions/setup-java@v1
11
11
with :
Original file line number Diff line number Diff line change 7
7
build :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v1
10
+ - uses : actions/checkout@v2
11
11
- name : Set up JDK 1.8
12
12
uses : actions/setup-java@v1
13
13
with :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ object Dependencies {
32
32
val silencerLib = " com.github.ghik" % " silencer-lib" % Versions .silencer cross CrossVersion .full
33
33
val slf4jApi = " org.slf4j" % " slf4j-api" % " 1.7.30"
34
34
val sslConfig = " com.typesafe" %% " ssl-config-core" % " 0.4.2"
35
- val zio = " dev.zio" %% " zio" % " 1.0.0-RC17 "
35
+ val zio = " dev.zio" %% " zio" % " 1.0.0-RC18-1 "
36
36
val zioInteropCats = " dev.zio" %% " zio-interop-cats" % " 2.0.0.0-RC11"
37
37
38
38
object Versions {
You can’t perform that action at this time.
0 commit comments