From d554c79e105b063239ea128034c2857385545be5 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Tue, 23 Mar 2010 20:43:17 -0400 Subject: [PATCH] update posterous-sbt version --- project/plugins/Plugins.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins/Plugins.scala b/project/plugins/Plugins.scala index 69c22133f..3a1e2f166 100644 --- a/project/plugins/Plugins.scala +++ b/project/plugins/Plugins.scala @@ -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) }