Skip to content

Commit 309010c

Browse files
authored
Upgrade Scala versions (#120)
1 parent e3f9841 commit 309010c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
java: ['adopt@1.11']
34-
scala: ['2.13.8', '3.3.0']
34+
scala: ['2.13.13', '3.3.3']
3535
steps:
3636
- name: Checkout current branch
3737
uses: actions/checkout@v2.3.4

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
val scala213 = "2.13.11"
2-
val scala3 = "3.3.0"
1+
val scala213 = "2.13.13"
2+
val scala3 = "3.3.3"
33
val allScala = Seq(scala213, scala3)
44

55
val zioVersion = "2.0.21"

0 commit comments

Comments
 (0)