Skip to content

Commit 91dd903

Browse files
authored
[release] Version 5.4.1 (#193)
1 parent 66f607f commit 91dd903

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
@@ -66,16 +66,16 @@ Table of contents
6666
Add to your `build.sbt` file:
6767
```scala
6868
// Core with minimal dependencies, enough to spawn your first bot.
69-
libraryDependencies += "com.bot4s" %% "telegram-core" % "5.4.0"
69+
libraryDependencies += "com.bot4s" %% "telegram-core" % "5.4.1"
7070

7171
// Extra goodies: Webhooks, support for games, bindings for actors.
72-
libraryDependencies += "com.bot4s" %% "telegram-akka" % "5.4.0"
72+
libraryDependencies += "com.bot4s" %% "telegram-akka" % "5.4.1"
7373
```
7474

7575
For [mill](https://www.lihaoyi.com/mill/) add to your `build.sc` project deps:
7676
```scala
77-
ivy"com.bot4s::telegram-core:5.4.0", // core
78-
ivy"com.bot4s::telegram-akka:5.4.0" // extra goodies
77+
ivy"com.bot4s::telegram-core:5.4.1", // core
78+
ivy"com.bot4s::telegram-akka:5.4.1" // extra goodies
7979
```
8080

8181
## Leaking bot tokens

build.sc

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

112112
trait Publishable extends PublishModule {
113113

114-
override def publishVersion = "5.4.0"
114+
override def publishVersion = "5.4.1"
115115

116116
def pomSettings = PomSettings(
117117
description = "Telegram Bot API wrapper for Scala",

0 commit comments

Comments
 (0)