Skip to content

Commit

Permalink
Update scala3-library to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 9, 2023
1 parent 4d049ed commit 1095e71
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 @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
java: ['[email protected]', '[email protected]']
scala: ['2.12.18', '2.13.11', '3.3.0']
scala: ['2.12.18', '2.13.11', '3.3.1']
steps:
- name: Checkout current branch
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val mainScala = "2.13.11"
val allScala = Seq("3.3.0", "2.13.11", "2.12.18")
val allScala = Seq("3.3.1", "2.13.11", "2.12.18")
val zioVersion = "2.0.15"
val zioAwsVersion = "6.20.83.2"

Expand Down

0 comments on commit 1095e71

Please sign in to comment.