Skip to content

Commit a83b27c

Browse files
authored
Upgrade ZIO version (#671)
1 parent 7c96027 commit a83b27c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- name: Set up JDK 8
15+
- name: Set up JDK 11
1616
uses: actions/setup-java@v3
1717
with:
18-
java-version: 8
18+
java-version: 11
1919
distribution: temurin
2020
cache: sbt
2121
- name: Set up node.js

project/Versions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
object Version {
2-
val zio = "2.0.22"
2+
val zio = "2.1.13"
33
val grpc = "1.64.0"
44
}

0 commit comments

Comments
 (0)