Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shikhar committed Jun 8, 2014
1 parent 690b734 commit 539d4bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ There is no master election per-se, it is [deterministically the 'oldest'](http:

### pre-packaged

Use the plugin script with the arguments `--url https://s3.amazonaws.com/eskka/eskka-0.3.0-SNAPSHOT.zip --install eskka`.
Use the plugin script with the arguments `--url https://s3.amazonaws.com/eskka/eskka-0.3.0.zip --install eskka`.

### package it

Clone the repository. Use the [sbt](http://www.scala-sbt.org/#install) target `pack`, which will generate a plugin zip under `target/`.

Then use the plugin script with the arguments `--url file:///path/to/eskka-0.3.0-SNAPSHOT.zip --install eskka`.
Then use the plugin script with the arguments `--url file:///path/to/eskka-0.3.0.zip --install eskka`.

## configuration

Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Build extends sbt.Build {
).settings(
organization := "eskka",
scalaVersion := "2.11.1",
version := "0.3.0-SNAPSHOT",
version := "0.3.0",
scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-encoding", "utf8")
).settings(
scalariformSettings ++ Seq(
Expand Down

0 comments on commit 539d4bb

Please sign in to comment.