Skip to content

Commit

Permalink
Upgrade ZIO version (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdogpr authored Nov 25, 2024
1 parent 7c96027 commit a83b27c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 8
java-version: 11
distribution: temurin
cache: sbt
- name: Set up node.js
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
object Version {
val zio = "2.0.22"
val zio = "2.1.13"
val grpc = "1.64.0"
}

0 comments on commit a83b27c

Please sign in to comment.