Skip to content

Commit

Permalink
fix: updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkar-jain committed Dec 6, 2023
1 parent 3d65b7b commit 8355ff6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions waltid-crypto/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ kotlin {
dependencies {
implementation(kotlin("test"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
implementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
}
}
val jvmMain by getting {
Expand Down Expand Up @@ -110,9 +109,7 @@ kotlin {
}
}
val jsTest by getting {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
}

}
publishing {
repositories {
Expand Down

0 comments on commit 8355ff6

Please sign in to comment.