Skip to content

Commit

Permalink
Merge pull request #109 from InsanusMokrassar/10.2.0
Browse files Browse the repository at this point in the history
10.2.0
  • Loading branch information
InsanusMokrassar authored Dec 1, 2024
2 parents e6a2add + f3e6b55 commit 2f06a65
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 10.2.0

* `Versions`:
* `kotlin`: `2.1.0`
* `microutils`: `0.23.1`
* `tgbotapi`: `21.0.0`
* `exposed`: `0.56.0`
* `sqlite`: `3.47.1.0`

## 10.1.1

* `Versions`:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
kotlin.incremental=true

group=dev.inmo
version=10.1.1
version=10.2.0
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]

kt = "2.0.21"
kt = "2.1.0"
kt-serialization = "1.7.3"
kt-coroutines = "1.9.0"

microutils = "0.23.0"
tgbotapi = "20.0.1"
microutils = "0.23.1"
tgbotapi = "21.0.0"

ksp = "2.0.21-1.0.26"
ksp = "2.1.0-1.0.28"

jb-exposed = "0.55.0"
jb-exposed = "0.56.0"
jb-dokka = "1.9.20"

sqlite = "3.47.0.0"
sqlite = "3.47.1.0"

gh-release = "2.5.2"

Expand Down

0 comments on commit 2f06a65

Please sign in to comment.