pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit ff22607223c491ec7791113b6d93a020dbffbc88 parent af308028b7b6a6b053c920931c62463ea86384b1 Author: Jul <jul@9o.is> Date: Wed, 28 May 2014 18:58:16 -0400 updated rogue to 2.3.0-SNAPSHOT (publish-local required as of now) Diffstat:
| M | project/Build.scala | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Build.scala b/project/Build.scala @@ -16,7 +16,7 @@ object LiftProjectBuild extends Build { "org.eclipse.jetty" % "jetty-webapp" % Ver.jetty % "container", "ch.qos.logback" % "logback-classic" % "1.0.13" % "compile", "org.scalatest" %% "scalatest" % "1.9.2" % "test", - "com.foursquare" %% "rogue-lift" % "2.2.0" + "com.foursquare" %% "rogue-lift" % "2.3.0-SNAPSHOT" ) ) }