We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5249145 commit d588e0fCopy full SHA for d588e0f
2 files changed
README.md
@@ -10,13 +10,13 @@ For Maven,
10
<dependency>
11
<groupId>in.ashwanthkumar</groupId>
12
<artifactId>slack-java-webhook</artifactId>
13
- <version>0.0.6</version>
+ <version>0.0.7</version>
14
</dependency>
15
```
16
17
For SBT,
18
19
-libraryDependencies += "in.ashwanthkumar" % "slack-java-webhook" % "0.0.6"
+libraryDependencies += "in.ashwanthkumar" % "slack-java-webhook" % "0.0.7"
20
21
22
## Usage
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
5
6
- <version>0.0.7-SNAPSHOT</version>
7
<name>Slack Webhook (Java)</name>
8
<description>Slack Webhook API in Java</description>
9
0 commit comments