Skip to content

Commit d4a90cc

Browse files
committed
Update the README in correspondence with the 0.3.3 release version
1 parent a31d8b8 commit d4a90cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
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.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

5959
In 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
```
6363
The easiest way to start using Akkeeper is through the configuration file. Here is a quick start configuration file example:
6464
```

0 commit comments

Comments
 (0)