File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,17 +67,17 @@ Add to your `build.sbt` file:
6767
6868``` scala
6969// Core with minimal dependencies, enough to spawn your first bot.
70- libraryDependencies += " com.bot4s" %% " telegram-core" % " 5.8.4 "
70+ libraryDependencies += " com.bot4s" %% " telegram-core" % " 6.0.0 "
7171
7272// Extra goodies: Webhooks, support for games, bindings for actors.
73- libraryDependencies += " com.bot4s" %% " telegram-akka" % " 5.8.4 "
73+ libraryDependencies += " com.bot4s" %% " telegram-akka" % " 6.0.0 "
7474```
7575
7676For [ mill] ( https://com-lihaoyi.github.io/mill ) add to your ` build.sc ` project deps:
7777
7878``` scala
79- ivy " com.bot4s::telegram-core:5.8.4 " , // core
80- ivy " com.bot4s::telegram-akka:5.8.4 " // extra goodies
79+ ivy " com.bot4s::telegram-core:6.0.0 " , // core
80+ ivy " com.bot4s::telegram-akka:6.0.0 " // extra goodies
8181```
8282
8383## Leaking bot tokens
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ trait Bot4sTelegramCrossPlatform extends Bot4sTelegramModule {
131131
132132trait Publishable extends SonatypeCentralPublishModule {
133133
134- override def publishVersion = " 5.8.4 "
134+ override def publishVersion = " 6.0.0 "
135135
136136 def pomSettings = PomSettings (
137137 description = " Telegram Bot API wrapper for Scala" ,
You can’t perform that action at this time.
0 commit comments