Skip to content

Commit ed2da6a

Browse files
authored
fix: publish snapshot (#494)
1 parent f895047 commit ed2da6a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

7676
For [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

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ trait Bot4sTelegramCrossPlatform extends Bot4sTelegramModule {
131131

132132
trait 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",

0 commit comments

Comments
 (0)