We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa9a54 commit 3dfd8e3Copy full SHA for 3dfd8e3
1 file changed
README.md
@@ -23,7 +23,7 @@ build.gradle.kts example:
23
plugins {
24
// ...
25
id("com.google.devtools.ksp") version "2.3.6"
26
- id("eu.vendeli.telegram-bot") version "9.3.1"
+ id("eu.vendeli.telegram-bot") version "9.4.0"
27
}
28
```
29
@@ -39,8 +39,8 @@ plugins {
39
40
dependencies {
41
42
- implementation("eu.vendeli:telegram-bot:9.3.1")
43
- ksp("eu.vendeli:ktnip:9.3.1")
+ implementation("eu.vendeli:telegram-bot:9.4.0")
+ ksp("eu.vendeli:ktnip:9.4.0")
44
45
46
0 commit comments