Compare commits

..

1 Commits
7.4.0 ... 9.4.0

Author SHA1 Message Date
91f77e7bed Update gradle.properties 2023-11-26 18:48:57 +06:00
4 changed files with 9 additions and 14 deletions

View File

@@ -2,14 +2,6 @@
## 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,6 +20,7 @@ dependencies {
api libs.tgbotapi.behaviourBuilder.fsm
api libs.microutils.repos.exposed
api libs.microutils.koin
api libs.kslog
api libs.sqlite

View File

@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2048m
qorg.gradle.jvmargs=-Xmx2048m
kotlin.code.style=official
org.gradle.parallel=true
kotlin.js.generate.externals=true

View File

@@ -1,11 +1,12 @@
[versions]
kt = "1.9.21"
kt-serialization = "1.6.1"
kt = "1.9.20"
kt-serialization = "1.6.0"
kt-coroutines = "1.7.3"
microutils = "0.20.15"
tgbotapi = "9.4.1"
microutils = "0.20.12"
tgbotapi = "9.3.0"
kslog = "1.2.3"
ksp = "1.9.20-1.0.14"
@@ -17,7 +18,7 @@ sqlite = "3.43.0.0"
klock = "4.0.10"
uuid = "0.8.1"
ktor = "2.3.6"
ktor = "2.3.5"
gh-release = "2.4.1"
@@ -35,6 +36,7 @@ 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" }