Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
garyKeorkunian committed Jul 6, 2014
1 parent 59e64bd commit 138a197
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
21 changes: 5 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,20 @@ All types are immutable and thread-safe.
[Wiki](https://github.com/garyKeorkunian/squants/wiki)

### Current Versions
Current Release: **0.3.3**
([API Docs](https://oss.sonatype.org/service/local/repositories/releases/archive/com/squants/squants_2.10/0.3.3/squants_2.10-0.3.3-javadoc.jar/!/index.html#squants.package))

Development Build: **0.4.1-SNAPSHOT**
([API Docs](https://oss.sonatype.org/service/local/repositories/snapshots/archive/com/squants/squants_2.11/0.4.1-SNAPSHOT/squants_2.11-0.4.1-SNAPSHOT-javadoc.jar/!/index.html#squants.package))
Current Release: **0.4.2**
([API Docs](https://oss.sonatype.org/service/local/repositories/releases/archive/com/squants/squants_2.11/0.4.2/squants_2.11-0.4.2-javadoc.jar/!/index.html#squants.package))

[Release History](https://github.com/garyKeorkunian/squants/wiki/Release-History)

[![Build Status](https://travis-ci.org/garyKeorkunian/squants.png?branch=master)](https://travis-ci.org/garyKeorkunian/squants)
[![Build Status](https://travis-ci.org/garyKeorkunian/squants.png?branch=release-0.4)](https://travis-ci.org/garyKeorkunian/squants)

## Installation
Repository hosting for Squants is provided by Sonatype.
To use Squants in your SBT project you will need to add the following dependency to your build.

"com.squants" %% "squants" % "0.3.3"

This dependency format assumes you are using Scala 2.10, the only version for which Squants 0.3.3 is built.
If you are using Scala 2.11, and wish to use Squants 0.3.3, use the following.

"com.squants" % "squants_2.10" % "0.3.3"

Beginning with Squants 0.4.0-SNAPSHOT, both Scala 2.10 and 2.11 builds are available.
Therefore, the following will work for both 2.10 and 2.11 based projects.
"com.squants" %% "squants" % "0.4.2"

"com.squants" %% "squants" % "0.4.1-SNAPSHOT"
Both Scala 2.10 and 2.11 builds are available.

To use Squants interactively in the Scala REPL, clone the git repo and run `sbt console`

Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

object Versions {
val Squants = "0.4.1-SNAPSHOT"
val Squants = "0.4.2"
val Scala = "2.11.1"
val ScalaCross = Seq("2.11.1", "2.10.4")

Expand Down

0 comments on commit 138a197

Please sign in to comment.