Skip to content

Commit

Permalink
Update the README in correspondence with the 0.2.3 release version
Browse files Browse the repository at this point in the history
  • Loading branch information
izeigerman committed Oct 25, 2018
1 parent c9e5190 commit 259ea90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ Instance is an execution unit in Akkeeper. Instance is just a running process wi

## How to use
Download and unpack the latest Akkeeper package:
- Scala 2.11: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.2.2.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.2.2.tgz)
- Scala 2.12: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.2.2.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.2.2.tgz)
- Scala 2.11: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.2.3.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.2.3.tgz)
- Scala 2.12: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.2.3.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.2.3.tgz)

In order to use the Scala API the following dependency must be added to `build.sbt`:
```
libraryDependencies += "com.github.izeigerman" %% "akkeeper" % "0.2.2" % "provided"
libraryDependencies += "com.github.izeigerman" %% "akkeeper" % "0.2.3" % "provided"
```
The easiest way to start using Akkeeper is through the configuration file. Here is a quick start configuration file example:
```
Expand Down

0 comments on commit 259ea90

Please sign in to comment.