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 authored and JavierMonton committed Oct 16, 2023
1 parent 088cd45 commit 8e3fa98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bigquery-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Code Coverage IT Tests
strategy:
matrix:
scala: [2.12.15, 2.13.7]
scala: [2.12.15, 2.13.12]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Code Coverage
strategy:
matrix:
scala: [2.12.15, 2.13.7]
scala: [2.12.15, 2.13.12]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val projectName = "big-data-types"
//version := versionNumber
name := projectName

lazy val scala213 = "2.13.7"
lazy val scala213 = "2.13.12"
lazy val scala212 = "2.12.15"
lazy val scala3 = "3.1.0"
lazy val supportedScalaVersions = List(scala3, scala213, scala212)
Expand Down

0 comments on commit 8e3fa98

Please sign in to comment.