Skip to content

Commit

Permalink
Update scala-library to 2.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 2, 2021
1 parent 6ba8dbd commit f5c2881
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.2, 2.12.15, 2.13.6]
scala: [3.0.2, 2.12.15, 2.13.7]
java: [adopt@1.8, adopt@1.11]
platform: [jvm]
workers: [1, 4]
Expand All @@ -40,7 +40,7 @@ jobs:
- workers: 1
os: ubuntu-latest
java: adopt@1.8
scala: 2.13.6
scala: 2.13.7
platform: js
- workers: 1
os: ubuntu-latest
Expand All @@ -50,7 +50,7 @@ jobs:
- workers: 1
os: ubuntu-latest
java: adopt@1.8
scala: 2.13.6
scala: 2.13.7
platform: native
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.6]
scala: [2.13.7]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.6]
scala: [2.13.7]
java: [adopt@1.8]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sourceDirectory := file("dummy source directory")

val Scala212 = "2.12.15"
val Scala213 = "2.13.6"
val Scala213 = "2.13.7"
val Scala3 = "3.0.2"

ThisBuild / crossScalaVersions := Seq(Scala3, Scala212, Scala213)
Expand Down

0 comments on commit f5c2881

Please sign in to comment.