File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.6 </version >
13+ <version >0.0.7 </version >
1414</dependency >
1515```
1616
1717For SBT,
1818```
19- libraryDependencies += "in.ashwanthkumar" % "slack-java-webhook" % "0.0.6 "
19+ libraryDependencies += "in.ashwanthkumar" % "slack-java-webhook" % "0.0.7 "
2020```
2121
2222## Usage
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >in.ashwanthkumar</groupId >
55 <artifactId >slack-java-webhook</artifactId >
6- <version >0.0.7-SNAPSHOT </version >
6+ <version >0.0.7</version >
77 <name >Slack Webhook (Java)</name >
88 <description >Slack Webhook API in Java</description >
99
You can’t perform that action at this time.
0 commit comments