Skip to content

Commit

Permalink
release version 0.2.2-20150914102020-04d1469 for scala 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
karlroberts committed Sep 14, 2015
1 parent 8be1e21 commit deb1942
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,16 @@ The project is broken into a number of separate .jar files that depend on each o

## Usage

Add to your project/sbt-web-s3.sbt the following lines:-
Add to your project/build.sbt the following lines:-

resolvers += Resolver.url("owtelse-repo-oss", new URL("https://s3-ap-southeast-2.amazonaws.com/owtelse-repo-oss/"))(Resolver.ivyStylePatterns)

addSbtPlugin("com.owtelse" % "scazelcast-api" % "2.11-0.2.2-20150914093320-2571380")

libraryDependencies ++= {
val scazelcastV = "2.11-0.2.2-20150914102020-04d1469"
Seq(
"com.owtelse" % "scazelcast-api" % scazelcastV
)
}

## Features implemented

Expand Down

0 comments on commit deb1942

Please sign in to comment.