Skip to content

Commit

Permalink
Don't support 2.13.0-M1 yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
non committed Jul 2, 2017
1 parent ff9daef commit 73c6c43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Expand Up @@ -5,8 +5,9 @@ lazy val previousJawnVersion = "0.10.4"
lazy val stableCrossVersions =
Seq("2.10.6", "2.11.11", "2.12.2")

// we'll support 2.13.0-M1 soon but not yet
lazy val allCrossVersions =
stableCrossVersions :+ "2.13.0-M1"
stableCrossVersions

lazy val benchmarkVersion =
"2.12.2"
Expand Down

0 comments on commit 73c6c43

Please sign in to comment.