Skip to content

Commit

Permalink
release: version 5.8.2 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns committed Jun 3, 2024
1 parent aa2d1fe commit b1f863b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ Add to your `build.sbt` file:

```scala
// Core with minimal dependencies, enough to spawn your first bot.
libraryDependencies += "com.bot4s" %% "telegram-core" % "5.8.1"
libraryDependencies += "com.bot4s" %% "telegram-core" % "5.8.2"

// Extra goodies: Webhooks, support for games, bindings for actors.
libraryDependencies += "com.bot4s" %% "telegram-akka" % "5.8.1"
libraryDependencies += "com.bot4s" %% "telegram-akka" % "5.8.2"
```

For [mill](https://com-lihaoyi.github.io/mill) add to your `build.sc` project deps:

```scala
ivy"com.bot4s::telegram-core:5.8.1", // core
ivy"com.bot4s::telegram-akka:5.8.1" // extra goodies
ivy"com.bot4s::telegram-core:5.8.2", // core
ivy"com.bot4s::telegram-akka:5.8.2" // extra goodies
```

## Leaking bot tokens
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ trait Bot4sTelegramCrossPlatform extends Bot4sTelegramModule {

trait Publishable extends PublishModule {

override def publishVersion = "5.8.1"
override def publishVersion = "5.8.2"

def pomSettings = PomSettings(
description = "Telegram Bot API wrapper for Scala",
Expand Down

0 comments on commit b1f863b

Please sign in to comment.