We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ede89 commit fddbc87Copy full SHA for fddbc87
build.gradle.kts
@@ -49,7 +49,7 @@ dependencies {
49
implementation("io.insert-koin:koin-ktor:3.5.4")
50
// https://mvnrepository.com/artifact/io.insert-koin/koin-logger-slf4j
51
52
- implementation("io.insert-koin:koin-logger-slf4j:3.5.3")
+ implementation("io.insert-koin:koin-logger-slf4j:3.5.4")
53
54
// Database Surreal DB
55
implementation("com.surrealdb:surrealdb-driver:$surrealdbVersion")
0 commit comments