Skip to content

Commit

Permalink
Published 0.9.4-SNAPSHOT artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
karma4u101 committed Mar 27, 2013
1 parent ff50e76 commit 6d23123
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -34,11 +34,13 @@ Update log
For update history see the [History log](https://github.com/karma4u101/FoBo/blob/master/README.md#history-log) section

**Latest Module Version:**
- **2013-03-27** -- 0.9.4-SNAPSHOT
- **2013-02-27** -- 0.9.3-SNAPSHOT
- **2013-02-24** -- 0.9.2-SNAPSHOT
- **2013-02-22** -- 0.9.1-SNAPSHOT

**Latest Updates:**
- **2013-03-27** -- 0.9.4-SNAPSHOT New version schema see [Dependency settings](https://github.com/karma4u101/FoBo/blob/master/README.md#dependency-settings) foundation is moved to sub module.
- **2013-02-27** -- 0.9.3-SNAPSHOT Adding knockout.js v2.2.1 and moving knockout to sub module/proj fobo-knockout.
- **2013-02-24** -- 0.9.2-SNAPSHOT Completed fobo-twitter-bootstrap and fobo-datatables module transaction.
- **2013-02-22** -- 0.9.1-SNAPSHOT Using fobo-twitter-bootstrap v0.1.1 that fixes serving of minified bootstrap.js when not in development.
Expand All @@ -48,6 +50,7 @@ For update history see the [History log](https://github.com/karma4u101/FoBo/blob
- None

**Latest Snapshot Release:**
- **2013-03-27** -- 0.9.4-SNAPSHOT artifacts for Lift 2.5 and 3.0 see [Dependency settings](https://github.com/karma4u101/FoBo/blob/master/README.md#dependency-settings) for more information.
- **2013-03-08** -- 0.9.3-SNAPSHOT artifacts for Lift 2.5-RC2 and Lift 3.0-SNAPSHOT
- **2013-02-24** -- 0.9.2-SNAPSHOT artifacts for Lift 2.5-RC1 and 2.5-SNAPSHOT (Scala 2.10, 2.9.2, 2.9.1-1, 2.9.1) and Lift 3.0 -SNAPSHOT (Scala 2.10)
- **2013-02-22** -- 0.9.1-SNAPSHOT artifacts for Lift 2.5-RC1 (Scala 2.10, 2.9.2, 2.9.1-1, 2.9.1) and Lift 3.0-SNAPSHOT (Scala 2.10)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -12,7 +12,7 @@ name <<= (name, liftVName) { (n, v) => n + "_" + v }

crossScalaVersions := Seq("2.10.0", "2.9.2", "2.9.1-1", "2.9.1")

scalaVersion in ThisBuild := "2.9.2"
scalaVersion in ThisBuild := "2.10.0"

logLevel := Level.Info //Level.Info.Debug

Expand Down

0 comments on commit 6d23123

Please sign in to comment.