Skip to content

Commit

Permalink
Merge pull request #112 from InsanusMokrassar/10.3.1
Browse files Browse the repository at this point in the history
10.3.1
  • Loading branch information
InsanusMokrassar authored Jan 29, 2025
2 parents 605fb95 + d78f8ad commit 3792052
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 10.3.1

* `Versions`:
* `kotlin`: `2.1.10`
* `serialization`: `1.8.0`
* `coroutines`: `1.10.1`
* `microutils`: `0.24.5`
* `tgbotapi`: `23.1.2`
* `exposed`: `0.58.0`
* `sqlite`: `3.48.0.0`
* `koin`: `4.0.2`

## 10.3.0

* `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.3.0
version=10.3.1
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[versions]

kt = "2.1.0"
kt-serialization = "1.7.3"
kt-coroutines = "1.9.0"
kt = "2.1.10"
kt-serialization = "1.8.0"
kt-coroutines = "1.10.1"

microutils = "0.23.2"
tgbotapi = "22.0.0"
microutils = "0.24.5"
tgbotapi = "23.1.2"

ksp = "2.1.0-1.0.29"
ksp = "2.1.10-1.0.29"

jb-exposed = "0.57.0"
jb-dokka = "1.9.20"
jb-exposed = "0.58.0"
jb-dokka = "2.0.0"

sqlite = "3.47.1.0"
sqlite = "3.48.0.0"

gh-release = "2.5.2"

koin = "4.0.0"
koin = "4.0.2"

[libraries]

Expand Down

0 comments on commit 3792052

Please sign in to comment.