Skip to content

Commit

Permalink
Add Scala 2.12.13 support (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbronecki authored Jan 19, 2021
1 parent 3d71515 commit 3e5df90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- 2.11.12
- 2.12.11
- 2.12.12
- 2.12.13
- 2.13.2
- 2.13.3
- 2.13.4
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ developers := List(
)

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

0 comments on commit 3e5df90

Please sign in to comment.