Skip to content

Commit

Permalink
expose scalafix 2.13 patch version in scalafix-interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
github-brice-jaglin committed Jun 4, 2020
1 parent f83e498 commit b76d689
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ final class ScalafixImpl extends Scalafix {
Versions.scala211
override def scala212(): String =
Versions.scala212
override def scala213(): String =
Versions.scala213

}
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ public interface Scalafix {
*/
String scala212();

/**
* The most recent Scala 2.12 version in {@link #supportedScalaVersions()}
*/
String scala213();



/**
Expand Down

0 comments on commit b76d689

Please sign in to comment.