Skip to content

Commit 060d793

Browse files
committed
build(deps): update dependencies and move logging implementation
- Remove `kotlin-logging-jvm` from the common dependencies - Add `kotlin-logging-jvm` as an API dependency in `simba-core` - Update `slf4j-api` to a newer version (if applicable)
1 parent 3b4cbc1 commit 060d793

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ configure(libraryProjects) {
9696
detektPlugins(platform(dependenciesProject))
9797
implementation("com.google.guava:guava")
9898
implementation("org.slf4j:slf4j-api")
99-
implementation("io.github.oshai:kotlin-logging-jvm")
10099
testImplementation("ch.qos.logback:logback-classic")
101100
testImplementation("org.junit.jupiter:junit-jupiter-api")
102101
testImplementation("org.junit.jupiter:junit-jupiter-params")

simba-core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
* limitations under the License.
1212
*/
1313
dependencies {
14+
api("io.github.oshai:kotlin-logging-jvm")
1415
implementation("me.ahoo.cosid:cosid-core")
1516
}

0 commit comments

Comments
 (0)