sbt plugin that can check Maven and Ivy repositories for dependency updates
sbt-updates 0.5.0
Group ID:
com.timushev.sbt
Artifact ID:
sbt-updates
Version:
0.5.0
Release Date:
Oct 14, 2019
Licenses:
Files:
libraryDependencies += "com.timushev.sbt" % "sbt-updates" % "0.5.0"
ivy"com.timushev.sbt:sbt-updates:0.5.0"
//> using dep "com.timushev.sbt:sbt-updates:0.5.0"
import $ivy.`com.timushev.sbt:sbt-updates:0.5.0`
<dependency> <groupId>com.timushev.sbt</groupId> <artifactId>sbt-updates</artifactId> <version>0.5.0</version> </dependency>
compile group: 'com.timushev.sbt', name: 'sbt-updates', version: '0.5.0'