Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Readme now contains details on latest builds of salat
Browse files Browse the repository at this point in the history
  • Loading branch information
rktoomey committed May 13, 2011
1 parent 5a57b7f commit 6279fd3
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Expand Up @@ -15,7 +15,31 @@ type known to Java or Scala.
- Salat-related discussion and questions belong on the [mailing list][mailing-list].
- Follow [Rose][rktoomey] on Twitter - [@prasinous][rkt-twitter]

## Goals
# How to get Salat

Add these repos to your SBT or Maven project:

val novusRels = "repo.novus rels" at "http://repo.novus.com/releases/"
val novusSnaps = "repo.novus snaps" at "http://repo.novus.com/snapshots/"

The main dependency is `salat-core`.

### Latest release

Salat `0.0.7` release is available for Scala `2.8.1`.

val salat = "com.novus" % "salat-core" % "0.0.7"

### Latest snapshot

Salat `0.0.8-SNAPSHOT` is available for both Scala `2.8.1` and `2.9.0`.

val salat = "com.novus" %% "salat-core" % "0.0.8-SNAPSHOT"

Please note that `2.9.0` still has some dependencies that were built against release candidates of `2.9.0`. I will update
this and republish as the final builds become available.

# Goals

1. Convert an instance of *any* Scala case class to a `DBObject`
suitable for insertion into a MongoDB database.
Expand Down

0 comments on commit 6279fd3

Please sign in to comment.