Skip to content

Commit

Permalink
Update the README in correspondence with the 0.4.1 release version
Browse files Browse the repository at this point in the history
  • Loading branch information
izeigerman committed Jan 24, 2019
1 parent 2a837f2 commit a0b4256
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -53,16 +53,16 @@ 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.4.0.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.4.0.tgz)
- Scala 2.12: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.0.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.0.tgz)
- Scala 2.11: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.4.1.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.4.1.tgz)
- Scala 2.12: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.1.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.1.tgz)

In order to use the Scala API the following dependency must be added to `build.sbt`:
```
libraryDependencies += "com.github.izeigerman" %% "akkeeper-api" % "0.4.0"
libraryDependencies += "com.github.izeigerman" %% "akkeeper-api" % "0.4.1"
```
In case if you need to launch Akkeeper from your code the following dependency must be introduced:
```
libraryDependencies += "com.github.izeigerman" %% "akkeeper-launcher" % "0.4.0"
libraryDependencies += "com.github.izeigerman" %% "akkeeper-launcher" % "0.4.1"
```
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 a0b4256

Please sign in to comment.