build: add dependency updates plugin

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-10-24 14:23:38 +05:30
parent 85a5c829e0
commit 661d10d256
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -34,6 +34,10 @@ buildscript {
} }
} }
plugins {
id("com.github.ben-manes.versions") version "0.33.0"
}
allprojects { allprojects {
repositories { repositories {
google() google()