Merge pull request #150 from eed3si9n/wip/contraband

Bump Contraband, IO, and Util
This commit is contained in:
eugene yokota 2017-07-28 13:06:25 -04:00 committed by GitHub
commit c695330eb1
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ object Dependencies {
val scala211 = "2.11.11"
val scala212 = "2.12.3"
private val ioVersion = "1.0.0-M13"
private val utilVersion = "1.0.0-M27"
private val ioVersion = "1.0.0-RC3"
private val utilVersion = "1.0.0-RC3"
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion

View File

@ -1,5 +1,5 @@
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.lucidchart" % "sbt-scalafmt" % "1.3")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.15")