Skip to content

Commit 9ac4d6c

Browse files
authored
[release] Version 5.6.1 (#268)
1 parent 76a2c87 commit 9ac4d6c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,17 @@ Add to your `build.sbt` file:
6868

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

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

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

7979
```scala
80-
ivy"com.bot4s::telegram-core:5.6.0", // core
81-
ivy"com.bot4s::telegram-akka:5.6.0" // extra goodies
80+
ivy"com.bot4s::telegram-core:5.6.1", // core
81+
ivy"com.bot4s::telegram-akka:5.6.1" // extra goodies
8282
```
8383

8484
## Leaking bot tokens

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ abstract class Bot4sTelegramCrossPlatform(val platformSegment: String, location:
124124

125125
trait Publishable extends PublishModule {
126126

127-
override def publishVersion = "5.6.0"
127+
override def publishVersion = "5.6.1"
128128

129129
def pomSettings = PomSettings(
130130
description = "Telegram Bot API wrapper for Scala",

0 commit comments

Comments
 (0)