Compare commits

...

7 Commits
2.3.1 ... 2.3.3

Author SHA1 Message Date
c8bb5e1195 Update CHANGELOG.md 2022-09-19 16:08:11 +06:00
fbd98d67a9 Update libs.versions.toml 2022-09-19 16:06:00 +06:00
2350555fbb start 2.3.3 2022-09-19 16:04:44 +06:00
4130f98caa Merge pull request #46 from InsanusMokrassar/2.3.2
2.3.2
2022-09-15 20:12:43 +06:00
f8161c34a7 update dependencies 2022-09-15 20:07:23 +06:00
6fe333e437 start 2.3.2 2022-09-15 20:05:31 +06:00
5806fa1c31 Merge pull request #45 from InsanusMokrassar/2.3.1
2.3.1
2022-09-09 13:44:37 +06:00
3 changed files with 18 additions and 5 deletions

View File

@@ -1,5 +1,18 @@
# Changelog
## 2.3.3
* `Versions`:
* `tgbotapi`: `3.2.6`
* `sqlite`: `3.39.3.0`
## 2.3.2
* `Versions`:
* `tgbotapi`: `3.2.3`
* `microutils`: `0.12.13`
* `kslog`: `0.5.2`
## 2.3.1
* `Versions`:

View File

@@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
kotlin.incremental=true
group=dev.inmo
version=2.3.1
version=2.3.3

View File

@@ -4,14 +4,14 @@ kt = "1.7.10"
kt-serialization = "1.4.0"
kt-coroutines = "1.6.4"
microutils = "0.12.11"
tgbotapi = "3.2.1"
kslog = "0.5.1"
microutils = "0.12.13"
tgbotapi = "3.2.6"
kslog = "0.5.2"
jb-exposed = "0.39.2"
jb-dokka = "1.7.10"
sqlite = "3.36.0.3"
sqlite = "3.39.3.0"
klock = "3.1.0"
uuid = "0.5.0"