Skip to content

Commit 9fb4d98

Browse files
committed
Update the README in correspondence with the 0.4.7 release version
1 parent daeaf01 commit 9fb4d98

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.6.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.11-0.4.6.tgz)
57-
- Scala 2.12: [ZIP](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.6.zip) / [TGZ](https://bintray.com/izeigerman/akkeeper/download_file?file_path=akkeeper_2.12-0.4.6.tgz)
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)
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.6"
61+
libraryDependencies += "com.github.izeigerman" %% "akkeeper-api" % "0.4.7"
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.6"
65+
libraryDependencies += "com.github.izeigerman" %% "akkeeper-launcher" % "0.4.7"
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)