From cc50de880475ea4bd0b301b43d134a23665d64b7 Mon Sep 17 00:00:00 2001 From: Scala steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 25 Jan 2019 11:13:15 +0100 Subject: [PATCH] Update sbt-contraband to 0.4.3 (#30) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cbfe721be..43243f0f2 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.2", + "org.scala-sbt" % "sbt-contraband" % "0.4.3", "io.get-coursier" % "sbt-coursier" % coursierVersion, "com.typesafe" % "sbt-mima-plugin" % "0.3.0", "com.jsuereth" % "sbt-pgp" % "1.1.2",