You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2020/07/16 18:13:00 UTC

[incubator-toree] 05/05: Update sbt plugins to latest versions

This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git

commit 1e6e062d00702076abfdd4ac77e29bc2c497241b
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Wed Jul 15 22:10:47 2020 -0700

    Update sbt plugins to latest versions
---
 project/plugins.sbt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/project/plugins.sbt b/project/plugins.sbt
index a681ae1..f573ab8 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -18,16 +18,16 @@
 logLevel := Level.Warn
 
 // Provides the ability to generate unifed documentation for multiple projects
-addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")
+addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
 
 // Provides abilit to create an uber-jar
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")
 
 // Provides a generated build info object to sync between build and application
 addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
 
 //  Used for signing jars published via `sbt publish-signed`
-addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
 
 // Provides the ability to generate dependency graphs
 addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")