Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mukel committed Dec 9, 2016
1 parent 5303e93 commit 0e35c7e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,22 @@ Cross-compiled to Scala 2.11 and 2.12.
I encourage users to report any bug or broken functionality, I'll do my best to give proper support in a reasonable time frame.

## Planned features
- Per-user synchronous requests
- FSM handlers
- Per-user synchronous requests (coming soon)
- [Request feature here](https://github.com/mukel/telegrambot4s/issues/new)

## Quick-start

Add to your `build.sbt` file:
```scala
libraryDependencies += "info.mukel" %% "telegrambot4s" % "2.0.2"
resolvers += Resolver.sonatypeRepo("snapshots")

libraryDependencies += "info.mukel" %% "telegrambot4s" % "2.0.2-SNAPSHOT"
```

### [Jitpack](https://jitpack.io/#sbt)
### [Jitpack (Deprecated)](https://jitpack.io/#sbt)
Add to your `build.sbt` file:
```scala
scalaVersion := "2.11.8"
scalaVersion := "2.11.8" // or 2.12.1

resolvers += "jitpack" at "https://jitpack.io"

Expand Down

0 comments on commit 0e35c7e

Please sign in to comment.