Skip to content

Commit

Permalink
Upgrade Scala 2 to 2.13.14 (#435)
Browse files Browse the repository at this point in the history
* Upgrade Scala to 2.13.14

* Upgrade Scala for coverage step
  • Loading branch information
JavierMonton authored Jun 30, 2024
1 parent 7377ec2 commit b0e2f21
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.19, 2.13.13]
scala: [2.12.19, 2.13.14]
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.19, 2.13.13]
scala: [2.12.19, 2.13.14]
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.13"
lazy val scala213 = "2.13.14"
lazy val scala212 = "2.12.19"
lazy val scala3 = "3.1.0"
lazy val supportedScalaVersions = List(scala3, scala213, scala212)
Expand Down

0 comments on commit b0e2f21

Please sign in to comment.