Skip to content

Commit b55d266

Browse files
authored
[release] Version 5.5.0 (#224)
1 parent 0d8a679 commit b55d266

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<p align="center">
1414
<a href="https://core.telegram.org/bots/api#recent-changes" title="Telegram Bot API">
15-
<img src="https://img.shields.io/badge/Bot%20API-5.7%20(January%2031%2C%202022)-00aced.svg"/>
15+
<img src="https://img.shields.io/badge/Bot%20API-6.0%20(April%2016%2C%202022)-00aced.svg"/>
1616
</a>
1717
<a href="https://t.me/bot4s_updates" title="Bot4s Telegram Channel">
1818
<img src="https://img.shields.io/badge/💬%20Channel-Bot4s-00aced.svg"/>
@@ -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.4.2"
71+
libraryDependencies += "com.bot4s" %% "telegram-core" % "5.5.0"
7272

7373
// Extra goodies: Webhooks, support for games, bindings for actors.
74-
libraryDependencies += "com.bot4s" %% "telegram-akka" % "5.4.2"
74+
libraryDependencies += "com.bot4s" %% "telegram-akka" % "5.5.0"
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.4.2", // core
81-
ivy"com.bot4s::telegram-akka:5.4.2" // extra goodies
80+
ivy"com.bot4s::telegram-core:5.5.0", // core
81+
ivy"com.bot4s::telegram-akka:5.5.0" // extra goodies
8282
```
8383

8484
## Leaking bot tokens

build.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import mill._
22
import mill.scalalib._
33
import mill.scalalib.publish._
44

5-
val ScalaVersions = Seq("2.12.15", "2.13.8")
5+
val ScalaVersions = Seq("2.12.16", "2.13.8")
66

77
object library {
88

@@ -115,7 +115,7 @@ abstract class Bot4sTelegramCrossPlatform(val platformSegment: String, location:
115115

116116
trait Publishable extends PublishModule {
117117

118-
override def publishVersion = "5.4.2"
118+
override def publishVersion = "5.5.0"
119119

120120
def pomSettings = PomSettings(
121121
description = "Telegram Bot API wrapper for Scala",

0 commit comments

Comments
 (0)