pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 769408027da21622c6ef71dd91b07361f1512d40 parent 9d3323be7983a09b7a0516f6954df8b2baf6b867 Author: Jul <jul@9o.is> Date: Tue, 15 Jul 2014 19:33:07 -0400 bumped to 1.2 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 := "1.2-M1", + version := "1.2", organization := "inc.pyc", scalaVersion := "2.10.3", scalacOptions <<= scalaVersion map { sv: String =>