mirror of https://github.com/sbt/sbt.git
Use non SNAPSHOT version of ascii-graphs
This commit is contained in:
parent
d3cd49bd73
commit
f753a05be7
|
|
@ -17,7 +17,4 @@ licenses in GlobalScope += "Apache License 2.0" -> url("https://github.com/jrudo
|
|||
(description in LsKeys.lsync) :=
|
||||
"An sbt plugin to visualize dependencies of your build."
|
||||
|
||||
libraryDependencies += "com.github.mdr" %% "ascii-graphs" % "0.0.1-SNAPSHOT"
|
||||
|
||||
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
|
||||
|
||||
libraryDependencies += "com.github.mdr" %% "ascii-graphs" % "0.0.1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue