File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,16 +53,16 @@ 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.4.7 .zip ) / [ TGZ] ( https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.4.7 .tgz )
57- - Scala 2.12: [ ZIP] ( https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.7 .zip ) / [ TGZ] ( https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.7 .tgz )
56+ - Scala 2.11: [ ZIP] ( https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.4.8 .zip ) / [ TGZ] ( https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.4.8 .tgz )
57+ - Scala 2.12: [ ZIP] ( https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.8 .zip ) / [ TGZ] ( https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.8 .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-api" % "0.4.7 "
61+ libraryDependencies += "com.github.izeigerman" %% "akkeeper-api" % "0.4.8 "
6262```
6363In case if you need to launch Akkeeper from your code the following dependency must be introduced:
6464```
65- libraryDependencies += "com.github.izeigerman" %% "akkeeper-launcher" % "0.4.7 "
65+ libraryDependencies += "com.github.izeigerman" %% "akkeeper-launcher" % "0.4.8 "
6666```
6767The easiest way to start using Akkeeper is through the configuration file. Here is a quick start configuration file example:
6868```
You can’t perform that action at this time.
0 commit comments