Merge pull request #110 from eed3si9n/wip/contraband

Bump Contraband, Scala, and IO
This commit is contained in:
eugene yokota 2017-07-28 11:43:51 -04:00 committed by GitHub
commit 43041a5fcb
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ jdk: oraclejdk8
scala:
- 2.11.11
- 2.12.2
- 2.12.3
script:
- sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M "++$TRAVIS_SCALA_VERSION" mimaReportBinaryIssues test

View File

@ -5,9 +5,9 @@ import sbt.contraband.ContrabandPlugin.autoImport._
object Dependencies {
val scala210 = "2.10.6"
val scala211 = "2.11.11"
val scala212 = "2.12.2"
val scala212 = "2.12.3"
private val ioVersion = "1.0.0-M13"
private val ioVersion = "1.0.0-RC3"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion

View File

@ -1,3 +1,3 @@
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.3")
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.0-M9")
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.15")