Skip to content

Commit

Permalink
7.4.1 (#275)
Browse files Browse the repository at this point in the history
* rollback kotlinpoet version since new one gives error
  • Loading branch information
vendelieu authored Nov 6, 2024
1 parent 6588fbc commit e5ebd02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Telegram-bot (KtGram) Changelog

### 7.4.1

* Fixed KSP processor exception that was caused by new `KotlinPoet` version update.

## 7.4.0

* Supported Telegram API [7.11](https://core.telegram.org/bots/api-changelog#october-31-2024).
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sslcontext = "8.3.7"
spring = "3.3.5"

ksp = "2.0.21-1.0.26"
poet = "2.0.0"
poet = "1.18.1"

binvalid = "0.16.3"
publisher = "0.30.0"
Expand Down

0 comments on commit e5ebd02

Please sign in to comment.