mirror of https://github.com/sbt/sbt.git
bump version
This commit is contained in:
parent
0e0a30fd6f
commit
cc2c3d1d9e
|
|
@ -4,7 +4,7 @@ name := "sbt-dependency-graph"
|
||||||
|
|
||||||
organization := "net.virtual-void"
|
organization := "net.virtual-void"
|
||||||
|
|
||||||
version := "0.8.0"
|
version := "0.8.1-SNAPSHOT"
|
||||||
|
|
||||||
homepage := Some(url("http://github.com/jrudolph/sbt-dependency-graph"))
|
homepage := Some(url("http://github.com/jrudolph/sbt-dependency-graph"))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.0-SNAPSHOT")
|
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.1-SNAPSHOT")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue