Skip to content

Commit

Permalink
Komok 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
IRus committed Jan 17, 2025
1 parent 85c00b1 commit 5be8803
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
testRuntimeOnly(libs.junit.platform)
testImplementation(libs.mockk)
testImplementation(libs.logback)
testImplementation(libs.komok.tech.dotenv)
testImplementation(libs.komok.tech.config.dotenv)
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hikari = "6.2.1"
jooq = "3.19.17"
jsoup = "1.18.3"
junit = "5.11.4"
komok = "1.0.7"
komok = "1.0.11"
kotlin = "2.1.0"
ksp = "2.1.0-1.0.29"
ktor = "3.0.3"
Expand Down Expand Up @@ -40,7 +40,7 @@ kotlin-serialization-hocon = { module = "org.jetbrains.kotlinx:kotlinx-serializa

komok-tech-di = { module = "io.heapy.komok:komok-tech-di", version.ref = "komok" }
komok-tech-di-lib = { module = "io.heapy.komok:komok-tech-di-lib", version.ref = "komok" }
komok-tech-dotenv = { module = "io.heapy.komok:komok-tech-dotenv", version.ref = "komok" }
komok-tech-config-dotenv = { module = "io.heapy.komok:komok-tech-config-dotenv", version.ref = "komok" }
komok-tech-config = { module = "io.heapy.komok:komok-tech-config", version.ref = "komok" }
komok-tech-logging = { module = "io.heapy.komok:komok-tech-logging", version.ref = "komok" }

Expand Down
2 changes: 1 addition & 1 deletion tgkotbot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation(libs.komok.tech.di.lib)
implementation(libs.komok.tech.config)
implementation(libs.komok.tech.logging)
implementation(libs.komok.tech.dotenv)
implementation(libs.komok.tech.config.dotenv)

implementation(libs.ktor.serialization)
implementation(libs.ktor.client)
Expand Down

0 comments on commit 5be8803

Please sign in to comment.