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 e3f9841 commit 309010cCopy full SHA for 309010c
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
fail-fast: false
32
matrix:
33
java: ['adopt@1.11']
34
- scala: ['2.13.8', '3.3.0']
+ scala: ['2.13.13', '3.3.3']
35
steps:
36
- name: Checkout current branch
37
uses: actions/checkout@v2.3.4
build.sbt
@@ -1,5 +1,5 @@
1
-val scala213 = "2.13.11"
2
-val scala3 = "3.3.0"
+val scala213 = "2.13.13"
+val scala3 = "3.3.3"
3
val allScala = Seq(scala213, scala3)
4
5
val zioVersion = "2.0.21"
0 commit comments