pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 309320a1b13cea471a810d8d7b4066f6df514223 parent 61483d9269d217a2a7f24491f8694dc3a0fa6207 Author: Jul <jul@9o.is> Date: Wed, 11 Jun 2014 00:23:42 -0400 bumped to 1.0-release 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 := "0.2-SNAPSHOT", + version := "1.0", organization := "inc.pyc", scalaVersion := "2.10.3", scalacOptions <<= scalaVersion map { sv: String =>