From 80f661e9e4d21b4074c43e32c33644ae2a9dc487 Mon Sep 17 00:00:00 2001 From: Scala steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 24 Jan 2019 01:06:28 +0100 Subject: [PATCH] Update sbt-contraband to 0.4.2 (#29) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 456afbe47..cbfe721be 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ plugins_( "com.geirsson" % "sbt-ci-release" % "1.2.1", - "org.scala-sbt" % "sbt-contraband" % "0.4.1", + "org.scala-sbt" % "sbt-contraband" % "0.4.2", "io.get-coursier" % "sbt-coursier" % coursierVersion, "com.typesafe" % "sbt-mima-plugin" % "0.3.0", "com.jsuereth" % "sbt-pgp" % "1.1.2",