Skip to content

Commit

Permalink
added 1.x version for bin compat test
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang committed Apr 25, 2019
1 parent d29d94e commit e306a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def mimaPrevious(moduleName: String, scalaVer: String, ver: String): List[Module
lazy val excludedVersions: List[String] = List()

// Safety Net for Inclusions
lazy val extraVersions: List[String] = List()
lazy val extraVersions: List[String] = List("1.0.1", "1.1.0", "1.2.0", "1.3.1", "1.4.0", "1.5.0", "1.6.0")

if (priorTo2_13(scalaVer)) {
(mimaVersions ++ extraVersions)
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.6.1-SNAPSHOT"
version in ThisBuild := "2.0.0-M1"

0 comments on commit e306a50

Please sign in to comment.