Skip to content

Commit

Permalink
Update scala-compiler, scala-library, ... to 2.12.13 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 30, 2021
1 parent 59cd3fe commit 4aa57b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Aliases._

object Settings {

private def scala212 = "2.12.11"
private def scala212 = "2.12.13"
private def scala213 = "2.13.5"

private lazy val isAtLeastScala213 = Def.setting {
Expand Down

0 comments on commit 4aa57b7

Please sign in to comment.