aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorMiguel Cervera <miguelcerverac@gmail.com>2017-12-12 13:48:48 -0800
committerGitHub <noreply@github.com>2017-12-12 13:48:48 -0800
commit946ad69b948ea4a9314596c9a6e8eef946e08b58 (patch)
tree9c9a0fedf2baee59e8fad7dca6bc12d00707a128 /project
parent58bb8dc7821de9cec60b696056ff9c1af6bfe0ff (diff)
downloadsbt-settings-946ad69b948ea4a9314596c9a6e8eef946e08b58.tar.gz
sbt-settings-946ad69b948ea4a9314596c9a6e8eef946e08b58.tar.bz2
sbt-settings-946ad69b948ea4a9314596c9a6e8eef946e08b58.zip
Update sbt-settings dependencies versions (#28)
* Update versions of dependencies
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt4
1 files changed, 2 insertions, 2 deletions
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")