Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 13, 2023
1 parent 4d049ed commit 2d6015f
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]', '[email protected]']
scala: ['2.12.18', '2.13.11', '3.3.0']
scala: ['2.12.18', '2.13.12', '3.3.0']
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 mainScala = "2.13.11"
val allScala = Seq("3.3.0", "2.13.11", "2.12.18")
val mainScala = "2.13.12"
val allScala = Seq("3.3.0", "2.13.12", "2.12.18")
val zioVersion = "2.0.15"
val zioAwsVersion = "6.20.83.2"

Expand Down

0 comments on commit 2d6015f

Please sign in to comment.