diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b08b732a..c88a08e8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ import sbt._ object Dependencies { val logback = Seq("ch.qos.logback" % "logback-core" % "1.2.3") - val assertj = Seq("org.assertj" % "assertj-core" % "3.12.1") + val assertj = Seq("org.assertj" % "assertj-core" % "3.12.2") val awaitility = Seq("org.awaitility" % "awaitility" % "3.1.6") diff --git a/project/plugins.sbt b/project/plugins.sbt index a46735d7..0641f910 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,16 +6,16 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.8") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9") -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.9") +addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11") addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0") addSbtPlugin("com.gilt" % "sbt-dependency-graph-sugar" % "0.9.0") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.2.0") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.4")