Skip to content

Commit

Permalink
Merge pull request #275 from xuwei-k/Scala-2.13.0-M5
Browse files Browse the repository at this point in the history
Scala 2.13.0-M5
  • Loading branch information
jrudolph committed Oct 23, 2018
2 parents 0131537 + a5d22c6 commit caee7a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ scala:
- 2.10.7
- 2.11.12
- 2.12.6
- 2.13.0-M4
- 2.13.0-M5

script:
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test mimaReportBinaryIssues
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -27,8 +27,8 @@ libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
"org.scalacheck" %% "scalacheck" % "1.13.4" % "test"
)
case Some((2, n)) if n >= 11 => Seq(
"org.specs2" %% "specs2-core" % "4.3.2" % "test",
"org.specs2" %% "specs2-scalacheck" % "4.3.2" % "test",
"org.specs2" %% "specs2-core" % "4.3.5" % "test",
"org.specs2" %% "specs2-scalacheck" % "4.3.5" % "test",
"org.scalacheck" %% "scalacheck" % "1.14.0" % "test"
)
case _ => Nil
Expand Down Expand Up @@ -67,7 +67,7 @@ mimaBinaryIssueFilters := Seq(
// publishing
///////////////

crossScalaVersions := Seq("2.12.6", "2.10.7", "2.11.12", "2.13.0-M4")
crossScalaVersions := Seq("2.12.6", "2.10.7", "2.11.12", "2.13.0-M5")

publishMavenStyle := true

Expand Down

0 comments on commit caee7a0

Please sign in to comment.