Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 12, 2023
1 parent a6d5a79 commit 62a9de8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
java-version: [ 8 ]
scala: [ '2.11.12', '2.12.18', '2.13.11' ]
scala: [ '2.11.12', '2.12.18', '2.13.12' ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
java-version: [ 8 ]
scala: [ '2.11.12', '2.12.18', '2.13.11' ]
scala: [ '2.11.12', '2.12.18', '2.13.12' ]
steps:
- name: Checkout
uses: actions/checkout@v3
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 @@ inThisBuild(

lazy val scala212 = "2.12.18"
lazy val scala211 = "2.11.12"
lazy val scala213 = "2.13.11"
lazy val scala213 = "2.13.12"

lazy val scalatestVersion = "3.2.15"
lazy val h2 = "2.2.220"
Expand Down

0 comments on commit 62a9de8

Please sign in to comment.