mirror of https://github.com/sbt/sbt.git
update posterous-sbt version
This commit is contained in:
parent
3fbdf1f3c8
commit
d554c79e10
|
|
@ -6,6 +6,6 @@ class Plugins(info: ProjectInfo) extends PluginDefinition(info)
|
|||
{
|
||||
val scripted = "org.scala-tools.sbt" % "scripted" % "0.7.0"
|
||||
val t_repo = "t_repo" at "http://tristanhunt.com:8081/content/groups/public/"
|
||||
val posterous = "net.databinder" % "posterous-sbt" % "0.1.3"
|
||||
val posterous = "net.databinder" % "posterous-sbt" % "0.1.4"
|
||||
val technically = Resolver.url("technically.us", new URL("http://databinder.net/repo/"))(Resolver.ivyStylePatterns)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue