Skip to content

Commit 7b3a64b

Browse files
committed
Updating the README with version changes to avoid being at the back
1 parent 2576393 commit 7b3a64b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

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

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

22+
Latest version of *slack-java-webhook* is [![scala-java-webhook on Maven Central](https://img.shields.io/maven-central/v/in.ashwanthkumar/slack-java-webhook.svg?label=slack-java-webhook&style=plastic)](https://maven-badges.herokuapp.com/maven-central/in.ashwanthkumar/slack-java-webhook)
23+
2224
## Usage
2325
```java
2426
// Using SlackMessage

0 commit comments

Comments
 (0)