Skip to content

Commit

Permalink
Update the README in correspondence with the 0.3.0 release version
Browse files Browse the repository at this point in the history
  • Loading branch information
izeigerman committed Nov 20, 2018
1 parent c32edeb commit eb11ceb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
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.3.0.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.3.0.tgz)
- Scala 2.12: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.3.0.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.3.0.tgz)
- Scala 2.11: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.3.1.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.3.1.tgz)
- Scala 2.12: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.3.1.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.3.1.tgz)

In order to use the Scala API the following dependency must be added to `build.sbt`:
```
libraryDependencies += "com.github.izeigerman" %% "akkeeper" % "0.3.0" % "provided"
libraryDependencies += "com.github.izeigerman" %% "akkeeper" % "0.3.1" % "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 eb11ceb

Please sign in to comment.