Skip to content

Commit

Permalink
Merge branch 'master' into update/scala-library-2.12.17
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin authored Oct 23, 2022
2 parents 82df068 + 1930a08 commit 56c19bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.8, 2.12.17]
scala: [2.13.10, 2.12.17]
java: [temurin@8]
project: [root-spark31, root-spark32, root-spark33]
exclude:
- scala: 2.13.8
- scala: 2.13.10
project: root-spark31
- scala: 2.13.8
- scala: 2.13.10
project: root-spark32
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ val catsMtlVersion = "1.3.0"
val scalatest = "3.2.14"
val scalatestplus = "3.1.0.0-RC2"
val shapeless = "2.3.9"
val scalacheck = "1.16.0"
val scalacheck = "1.17.0"
val scalacheckEffect = "1.0.4"
val refinedVersion = "0.10.1"

val Scala212 = "2.12.17"
val Scala213 = "2.13.8"
val Scala213 = "2.13.10"

ThisBuild / tlBaseVersion := "0.13"

Expand Down

0 comments on commit 56c19bf

Please sign in to comment.