Skip to content

Commit

Permalink
Upgrade Scala versions (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdogpr authored Apr 5, 2024
1 parent e3f9841 commit 309010c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
java: ['[email protected]']
scala: ['2.13.8', '3.3.0']
scala: ['2.13.13', '3.3.3']
steps:
- name: Checkout current branch
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val scala213 = "2.13.11"
val scala3 = "3.3.0"
val scala213 = "2.13.13"
val scala3 = "3.3.3"
val allScala = Seq(scala213, scala3)

val zioVersion = "2.0.21"
Expand Down

0 comments on commit 309010c

Please sign in to comment.