Skip to content

Commit

Permalink
2.0.0-beta-15
Browse files Browse the repository at this point in the history
  • Loading branch information
jliszka committed Aug 29, 2012
1 parent 817d646 commit c616336
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
## Release Notes

# 2.0.0-beta15

- allow Date and List fields to act like any other field (eqs, etc)

# 2.0.0-beta13

- Index checker: don't validate indexes if there are no indexes
Expand Down
2 changes: 1 addition & 1 deletion project/RogueBuild.scala
Expand Up @@ -14,7 +14,7 @@ object RogueBuild extends Build {
lazy val lift = Project("rogue-lift", file("rogue-lift/")) dependsOn(core % "compile;test->test;runtime->runtime")

lazy val defaultSettings: Seq[Setting[_]] = Seq(
version := "2.0.0-beta15-SNAPSHOT",
version := "2.0.0-beta15",
organization := "com.foursquare",
crossScalaVersions := Seq("2.9.1", "2.9.0-1", "2.9.0"),
publishMavenStyle := true,
Expand Down

0 comments on commit c616336

Please sign in to comment.