Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbull committed May 2, 2023
1 parent 3b0c1a8 commit 0028bdb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ description = "A logger facilitating lazily-evaluated log calls via Kotlin's inl
plugins {
`maven-publish`
signing
kotlin("multiplatform") version "1.7.21"
id("org.jetbrains.dokka") version "1.7.20"
id("com.github.ben-manes.versions") version "0.39.0"
kotlin("multiplatform") version "1.8.21"
id("org.jetbrains.dokka") version "1.8.10"
id("com.github.ben-manes.versions") version "0.46.0"
}

tasks.withType<DependencyUpdatesTask> {
Expand All @@ -37,7 +37,6 @@ val javadocJar by tasks.registering(Jar::class) {

repositories {
mavenCentral()
jcenter()
}

kotlin {
Expand Down Expand Up @@ -65,7 +64,7 @@ kotlin {

dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("org.slf4j:slf4j-api:1.7.30")
implementation("org.slf4j:slf4j-api:2.0.7")
}
}

Expand All @@ -78,7 +77,7 @@ kotlin {
dependencies {
implementation(kotlin("test"))
implementation(kotlin("test-junit"))
implementation("org.slf4j:slf4j-jdk14:1.7.30")
implementation("org.slf4j:slf4j-jdk14:2.0.7")
}
}

Expand Down

0 comments on commit 0028bdb

Please sign in to comment.