Skip to content

Commit 49bd7f6

Browse files
author
Christos KK Loverdos
committed
Add sbt-updates plugin
Use `sbt dependencyUpdates` to learn about dependency updates.
1 parent 79a6d5e commit 49bd7f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.6")
66
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "latest.release")
77
addSbtPlugin("uk.co.josephearl" % "sbt-verify" % "0.3.0-SNAPSHOT")
88
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.12")
9+
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.4")
910

1011
libraryDependencies += "com.trueaccord.scalapb" %% "compilerplugin" % "0.6.6"

0 commit comments

Comments
 (0)