pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit a6e3874eaa545658a48fbada18f7d7c6ad1e7883
parent a364608d94f064ba07bc0dc05192f2d520329906
Author: Jul <jul@9o.is>
Date:   Wed, 16 Apr 2014 14:24:45 -0400

upgraded jetty to 9.1.4.v20140401

Diffstat:
Mproject/BuildSettings.scala | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala @@ -10,7 +10,7 @@ object BuildSettings { object Ver { val lift = "3.0-SNAPSHOT" val lift_edition = "3.0" - val jetty = "8.1.13.v20130916" + val jetty = "9.1.4.v20140401" } // call grunt init - requires npm be installed