From 946ad69b948ea4a9314596c9a6e8eef946e08b58 Mon Sep 17 00:00:00 2001 From: Miguel Cervera Date: Tue, 12 Dec 2017 13:48:48 -0800 Subject: Update sbt-settings dependencies versions (#28) * Update versions of dependencies --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'project') diff --git a/project/plugins.sbt b/project/plugins.sbt index babd6f9..bdd7ab1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") addSbtPlugin("com.lucidchart" %% "sbt-scalafmt" % "1.14") // Launch and deploy/release plugins -addSbtPlugin("io.spray" %% "sbt-revolver" % "0.9.0") +addSbtPlugin("io.spray" %% "sbt-revolver" % "0.9.1") addSbtPlugin("com.eed3si9n" %% "sbt-buildinfo" % "0.7.0") addSbtPlugin("com.typesafe.sbt" %% "sbt-git" % "0.9.3") -addSbtPlugin("com.github.gseitz" %% "sbt-release" % "1.0.6") +addSbtPlugin("com.github.gseitz" %% "sbt-release" % "1.0.7") -- cgit v1.2.3