pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit e2b1c3f22ca678c9678e24fb6568c66506af9374 parent bcca5427bdd0ae64ca7e6bb0cb4da29eb0861ba7 Author: Jul <jul@9o.is> Date: Wed, 21 May 2014 17:28:21 -0400 3.0 snapshot to M0 Diffstat:
| M | project/BuildSettings.scala | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala @@ -9,7 +9,7 @@ import ohnosequences.sbt.SbtS3Resolver._ object BuildSettings { object Ver { - val lift = "3.0-SNAPSHOT" + val lift = "3.0-M0" val lift_edition = "3.0" val jetty = "9.1.4.v20140401" }