We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c96027 commit a83b27cCopy full SHA for a83b27c
.github/workflows/ci.yml
@@ -12,10 +12,10 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
15
- - name: Set up JDK 8
+ - name: Set up JDK 11
16
uses: actions/setup-java@v3
17
with:
18
- java-version: 8
+ java-version: 11
19
distribution: temurin
20
cache: sbt
21
- name: Set up node.js
project/Versions.scala
@@ -1,4 +1,4 @@
1
object Version {
2
- val zio = "2.0.22"
+ val zio = "2.1.13"
3
val grpc = "1.64.0"
4
}
0 commit comments