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 3, 2021
1 parent 6667470 commit 5113bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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.1.0, 3.0.2, 2.12.15, 2.13.6]
scala: [3.1.0, 3.0.2, 2.12.15, 2.13.7]
java: [adopt@1.8, adopt@1.11]
platform: [jvm]
workers: [1, 4]
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 Scala30 = "3.0.2"
val Scala31 = "3.1.0"

Expand Down

0 comments on commit 5113bb8

Please sign in to comment.