Skip to content

Commit ce9d3d4

Browse files
committed
Fixing the README with latest version numbers
1 parent 3de910b commit ce9d3d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ For Maven,
1010
<dependency>
1111
<groupId>in.ashwanthkumar</groupId>
1212
<artifactId>slack-java-webhook</artifactId>
13-
<version>0.0.5</version>
13+
<version>0.0.6</version>
1414
</dependency>
1515
```
1616

1717
For SBT,
1818
```
19-
libraryDependencies += "in.ashwanthkumar" % "slack-java-webhook" % "0.0.4"
19+
libraryDependencies += "in.ashwanthkumar" % "slack-java-webhook" % "0.0.6"
2020
```
2121

2222
## Usage

0 commit comments

Comments
 (0)