pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 529ae25d097ca4d9859f0a79893d69378f75322b parent 4d9b3c85d33d5cb1900dddf9787fb6a243d03edc Author: Jul <jul@9o.is> Date: Thu, 26 Jun 2014 18:27:08 -0400 bumped to version 1.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 := "1.1.0", + version := "1.1.1", organization := "inc.pyc", scalaVersion := "2.10.3", scalacOptions <<= scalaVersion map { sv: String =>