Merge branch 'dev' of https://github.com/addo37/TelegramBots into addo37-dev

This commit is contained in:
Ruben Bermudez 2018-04-19 20:50:35 +02:00
commit 888cc7b82a

View File

@ -8,7 +8,7 @@ As with any Java project, you will need to set your dependencies.
```xml
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots-abilties</artifactId>
<artifactId>telegrambots-abilities</artifactId>
<version>3.6</version>
</dependency>
```