File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ Instance is an execution unit in Akkeeper. Instance is just a running process wi
5353
5454## How to use
5555Download and unpack the latest Akkeeper package:
56- - Scala 2.11: [ ZIP] ( https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.3.2 .zip ) / [ TGZ] ( https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.3.2 .tgz )
57- - Scala 2.12: [ ZIP] ( https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.3.2 .zip ) / [ TGZ] ( https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.3.2 .tgz )
56+ - Scala 2.11: [ ZIP] ( https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.3.3 .zip ) / [ TGZ] ( https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.3.3 .tgz )
57+ - Scala 2.12: [ ZIP] ( https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.3.3 .zip ) / [ TGZ] ( https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.3.3 .tgz )
5858
5959In order to use the Scala API the following dependency must be added to ` build.sbt ` :
6060```
61- libraryDependencies += "com.github.izeigerman" %% "akkeeper" % "0.3.2 " % "provided"
61+ libraryDependencies += "com.github.izeigerman" %% "akkeeper" % "0.3.3 " % "provided"
6262```
6363The easiest way to start using Akkeeper is through the configuration file. Here is a quick start configuration file example:
6464```
You can’t perform that action at this time.
0 commit comments