Skip to content

Commit

Permalink
fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jserranohidalgo committed Jul 20, 2022
1 parent 5497a90 commit 50d5dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ val scalaVersionSelect: String => List[String] = {
case versionRegex("2", _, _) => List(scala211)
case versionRegex("3", "0", _) => List(scala212)
case versionRegex("3", "1", _) => List(scala212)
case versionRegex("3", "2", _) => List(scala213)
case versionRegex("3", "2", _) => List(scala212, scala213)
case versionRegex("3", "3", _) => List(scala212, scala213)

}
Expand Down

0 comments on commit 50d5dd2

Please sign in to comment.