Skip to content

Commit b2c43d3

Browse files
committed
Update the README in correspondence with the 0.4.4 release version
1 parent 97b3819 commit b2c43d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
5555
Download 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.3.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.4.3.tgz)
57-
- Scala 2.12: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.3.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.3.tgz)
56+
- Scala 2.11: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.4.4.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.4.4.tgz)
57+
- Scala 2.12: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.4.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.4.tgz)
5858

5959
In 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.3"
61+
libraryDependencies += "com.github.izeigerman" %% "akkeeper-api" % "0.4.4"
6262
```
6363
In 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.3"
65+
libraryDependencies += "com.github.izeigerman" %% "akkeeper-launcher" % "0.4.4"
6666
```
6767
The easiest way to start using Akkeeper is through the configuration file. Here is a quick start configuration file example:
6868
```

0 commit comments

Comments
 (0)