Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 8, 2024
1 parent 4d049ed commit f499885
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: ['adopt@1.8', 'adopt@1.11']
scala: ['2.12.18', '2.13.11', '3.3.0']
scala: ['2.12.18', '2.13.14', '3.3.0']
steps:
- name: Checkout current branch
uses: actions/checkout@v2.3.4
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.14"
val allScala = Seq("3.3.0", "2.13.14", "2.12.18")
val zioVersion = "2.0.15"
val zioAwsVersion = "6.20.83.2"

Expand Down

0 comments on commit f499885

Please sign in to comment.