Compare commits

...

7 Commits
6.0.0 ... 6.1.0

Author SHA1 Message Date
f79fef3dae update dependencies 2023-06-19 22:53:17 +06:00
2c8dc80eae start 6.1.0 2023-06-19 22:28:52 +06:00
a2a2fe7ef4 Merge pull request #79 from InsanusMokrassar/6.0.1
6.0.1
2023-06-03 21:36:06 +06:00
34cadab809 Update CHANGELOG.md 2023-06-03 01:06:41 +06:00
784e041519 Update libs.versions.toml 2023-06-03 01:01:57 +06:00
4784f05c8e Update gradle.properties 2023-06-03 01:00:18 +06:00
e89b0a6ba2 Merge pull request #78 from InsanusMokrassar/6.0.0
6.0.0
2023-05-31 07:11:04 +06:00
3 changed files with 27 additions and 9 deletions

View File

@@ -1,5 +1,23 @@
# Changelog
## 6.1.0
* `Version`:
* `kotlin`: `1.8.22`
* `microutils`: `0.19.4`
* `tgbotapi`: `8.1.0`
* `koin`: `3.4.2`
* `sqlite`: `3.42.0.0`
## 6.0.1
* `Version`:
* `microutils`: `0.19.2`
* `tgbotapi`: `8.0.1`
* `uuid`: `0.7.1`
* `ktor`: `2.3.1`
* `koin`: `3.4.1`
## 6.0.0
* `Versions`:

View File

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

View File

@@ -1,26 +1,26 @@
[versions]
kt = "1.8.21"
kt = "1.8.22"
kt-serialization = "1.5.1"
kt-coroutines = "1.6.4"
microutils = "0.19.1"
tgbotapi = "8.0.0"
microutils = "0.19.4"
tgbotapi = "8.1.0"
kslog = "1.1.1"
jb-exposed = "0.41.1"
jb-dokka = "1.8.10"
jb-dokka = "1.8.20"
sqlite = "3.41.2.1"
sqlite = "3.42.0.0"
klock = "4.0.3"
uuid = "0.7.0"
uuid = "0.7.1"
ktor = "2.3.0"
ktor = "2.3.1"
gh-release = "2.4.1"
koin = "3.4.0"
koin = "3.4.2"
[libraries]