Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-sonatype-3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierMonton authored Jul 7, 2024
2 parents dc39831 + 31784cc commit ea35f7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
Expand Down

0 comments on commit ea35f7d

Please sign in to comment.