File tree 4 files changed +4
-1
lines changed
4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ dependencies {
73
73
74
74
api(libs.kotlin.datetimeJvm)
75
75
implementation(libs.kotlinpoet)
76
+ implementation(libs.sl4j)
76
77
implementation(libs.kotlinLogging)
77
78
78
79
testImplementation(libs.junit)
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ repositories {
22
22
dependencies {
23
23
api(project(" :core" ))
24
24
25
+ implementation(libs.sl4j)
25
26
implementation(libs.kotlinLogging)
26
27
implementation(libs.kotlin.reflect)
27
28
implementation(libs.kotlinpoet)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ sqlite = "3.45.1.0"
36
36
jtsCore = " 1.18.1"
37
37
kotlinDatetime = " 0.6.0"
38
38
openapi = " 2.1.20"
39
- kotlinLogging = " 6 .0.3 "
39
+ kotlinLogging = " 7 .0.0 "
40
40
sl4j = " 2.0.12"
41
41
42
42
junit = " 4.13.2"
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ dependencies {
37
37
testRuntimeOnly(" org.jetbrains.kotlin:kotlin-annotations-jvm:$kotlinVersion " )
38
38
39
39
implementation(project(" :core" ))
40
+ api(libs.kotlinLogging)
40
41
api(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0-RC" )
41
42
42
43
testImplementation(" org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion " )
You can’t perform that action at this time.
0 commit comments