scala-news-reader
rss/atom news reader in scala
git clone https://9o.is/git/scala-news-reader.git
commit c680d1ad87d5e12994fb9e83b03647711c2d605c parent d5334ebbd95cd2c22c5e0266c23e8cd4520f867c Author: Jul <jul@9o.is> Date: Wed, 31 Jul 2013 15:45:14 -0400 bumped v.0.1.1-SNAPSHOT Diffstat:
| M | project/BuildSettings.scala | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala @@ -20,7 +20,7 @@ object BuildSettings { val basicSettings = Defaults.defaultSettings ++ Seq( name := "joe-reader", - version := "0.1-SNAPSHOT", + version := "0.1.1-SNAPSHOT", organization := "Joe Reader", scanDirectories := Nil, scalaVersion := "2.10.0",