Skip to content

Commit

Permalink
Merge pull request #1517 from olafurpg/non-deprecate
Browse files Browse the repository at this point in the history
Undeprecate 2.12.10.
  • Loading branch information
tgodzik authored Mar 20, 2020
2 parents cd5f338 + 0ac2b8f commit 31605d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ lazy val V = new {
def supportedScalaVersions =
nonDeprecatedScalaVersions ++ deprecatedScalaVersions
def deprecatedScalaVersions =
Seq(scala211, "2.12.8", "2.12.9", "2.12.10", "2.13.0")
def nonDeprecatedScalaVersions = Seq(scala213, scala212)
Seq(scala211, "2.12.8", "2.12.9", "2.13.0")
def nonDeprecatedScalaVersions = Seq(scala213, scala212, "2.12.10")
def guava = "com.google.guava" % "guava" % "28.2-jre"
def lsp4j = "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.8.1"
def dap4j =
Expand Down

0 comments on commit 31605d0

Please sign in to comment.