pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 4d9b3c85d33d5cb1900dddf9787fb6a243d03edc parent 35bafb513c474ad75f8d9a827247c826ea204f71 Author: Jul <jul@9o.is> Date: Thu, 26 Jun 2014 11:37:04 -0400 bumped version 1.1 Diffstat:
| M | project/BuildSettings.scala | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala @@ -47,7 +47,7 @@ object BuildSettings { val basicSettings = Defaults.defaultSettings ++ Seq( name := "website", - version := "2.0-SNAPSHOT", + version := "1.1.0", organization := "inc.pyc", scalaVersion := "2.10.3", scalacOptions <<= scalaVersion map { sv: String =>