Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Upgrade scala and dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard Ehrenfried committed Nov 7, 2017
1 parent f4eadfc commit 9eb7803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import sbt.contraband.ContrabandPlugin.autoImport._

object Dependencies {
val scala210 = "2.10.6"
val scala211 = "2.11.11"
val scala212 = "2.12.3"
val scala211 = "2.11.12"
val scala212 = "2.12.4"

private val ioVersion = "1.0.0"
private val ioVersion = "1.0.2"

private val sbtIO = "org.scala-sbt" %% "io" % ioVersion

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-sbt" % "sbt-houserules" % "0.3.3")
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.3.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.17")
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.10")
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.14")

0 comments on commit 9eb7803

Please sign in to comment.