Skip to content

Commit

Permalink
upgrade to final version of Scala 3 (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgfraser authored May 19, 2021
1 parent 130875a commit 5deeaec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
java: ['[email protected]', '[email protected]']
scala: ['2.11.12', '2.12.13', '2.13.5', '3.0.0-RC3']
scala: ['2.11.12', '2.12.13', '2.13.5', '3.0.0']
platform: ['JVM', 'JS', 'Native']
steps:
- name: Checkout current branch
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ addCommandAlias(
";coreNative/test:compile;experimentalNative/test:compile"
)

val zioVersion = "1.0.7"
val zioVersion = "1.0.8"

lazy val root = project
.in(file("."))
Expand Down

0 comments on commit 5deeaec

Please sign in to comment.