Compare commits

...

5 Commits

Author SHA1 Message Date
18019c37ea remove expicit KSLog dependency 2023-11-26 19:29:29 +06:00
8a84f65a12 Update CHANGELOG.md 2023-11-26 19:02:00 +06:00
49f30ab939 Update libs.versions.toml 2023-11-26 18:52:26 +06:00
8a15deceb8 Update gradle.properties 2023-11-26 18:49:43 +06:00
ea3273c4cf Merge pull request #87 from InsanusMokrassar/7.3.0
7.3.0
2023-11-06 15:17:37 +06:00
4 changed files with 14 additions and 9 deletions

View File

@@ -2,6 +2,14 @@
## 7.3.0
* `Versions`:
* `Kotlin`: `1.9.21`
* `Serialization`: `1.6.1`
* `tgbotapi`: `9.4.1`
* `ktor`: `2.3.6`
* `KSLog`: Removed explicit dependency, now it is declared in tgbotapi
* `MicroUtils`: `0.20.15`
## 7.2.3
* `Versions`:

View File

@@ -20,7 +20,6 @@ dependencies {
api libs.tgbotapi.behaviourBuilder.fsm
api libs.microutils.repos.exposed
api libs.microutils.koin
api libs.kslog
api libs.sqlite

View File

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

View File

@@ -1,12 +1,11 @@
[versions]
kt = "1.9.20"
kt-serialization = "1.6.0"
kt = "1.9.21"
kt-serialization = "1.6.1"
kt-coroutines = "1.7.3"
microutils = "0.20.12"
tgbotapi = "9.3.0"
kslog = "1.2.3"
microutils = "0.20.15"
tgbotapi = "9.4.1"
ksp = "1.9.20-1.0.14"
@@ -18,7 +17,7 @@ sqlite = "3.43.0.0"
klock = "4.0.10"
uuid = "0.8.1"
ktor = "2.3.5"
ktor = "2.3.6"
gh-release = "2.4.1"
@@ -36,7 +35,6 @@ tgbotapi-behaviourBuilder-fsm = { module = "dev.inmo:tgbotapi.behaviour_builder.
microutils-repos-exposed = { module = "dev.inmo:micro_utils.repos.exposed", version.ref = "microutils" }
microutils-koin = { module = "dev.inmo:micro_utils.koin", version.ref = "microutils" }
microutils-koin-generator = { module = "dev.inmo:micro_utils.koin.generator", version.ref = "microutils" }
kslog = { module = "dev.inmo:kslog", version.ref = "kslog" }
koin = { module = "io.insert-koin:koin-core", version.ref = "koin" }