diff --git a/README.md b/README.md index b0a492a..167c788 100644 --- a/README.md +++ b/README.md @@ -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.10.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.4.10.tgz) -- Scala 2.12: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.10.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.10.tgz) +- Scala 2.11: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.4.11.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.4.11.tgz) +- Scala 2.12: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.11.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.11.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.10" +libraryDependencies += "com.github.izeigerman" %% "akkeeper-api" % "0.4.11" ``` 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.10" +libraryDependencies += "com.github.izeigerman" %% "akkeeper-launcher" % "0.4.11" ``` The easiest way to start using Akkeeper is through the configuration file. Here is a quick start configuration file example: ```