Skip to content

Commit

Permalink
[release] Version 5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns authored Jan 16, 2023
1 parent 01f8f66 commit 78829c5
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 @@ -68,17 +68,17 @@ Add to your `build.sbt` file:

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

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

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

```scala
ivy"com.bot4s::telegram-core:5.6.1", // core
ivy"com.bot4s::telegram-akka:5.6.1" // extra goodies
ivy"com.bot4s::telegram-core:5.6.2", // core
ivy"com.bot4s::telegram-akka:5.6.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 @@ -124,7 +124,7 @@ abstract class Bot4sTelegramCrossPlatform(val platformSegment: String, location:

trait Publishable extends PublishModule {

override def publishVersion = "5.6.1"
override def publishVersion = "5.6.2"

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

0 comments on commit 78829c5

Please sign in to comment.