Skip to content

Commit

Permalink
Dropping Scala 2.13.1 (#401)
Browse files Browse the repository at this point in the history
* Dropping Scala 2.13.1

* Dropping Scala 2.13.1
  • Loading branch information
mccartney committed Jul 5, 2020
1 parent acc7a20 commit 871a6fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr-checks.yml
Expand Up @@ -13,7 +13,6 @@ jobs:
- 2.11.12
- 2.12.10
- 2.12.11
- 2.13.1
- 2.13.2
- 2.13.3
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -23,7 +23,7 @@ developers := List(
)

scalaVersion := "2.13.3"
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.12.11", "2.13.1", "2.13.2", "2.13.3")
crossScalaVersions := Seq("2.11.12", "2.12.10", "2.12.11", "2.13.2", "2.13.3")
autoScalaLibrary := false
crossVersion := CrossVersion.full
crossTarget := {
Expand Down

0 comments on commit 871a6fa

Please sign in to comment.