Skip to content

Commit

Permalink
chore: Added missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe Maas committed Jul 12, 2024
1 parent a0265ca commit 33ba549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/openid-federation-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ kotlin {
implementation("io.ktor:ktor-client-core:$ktorVersion")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.0")
implementation("com.nimbusds:nimbus-jose-jwt:9.40")
}
}
val commonTest by getting {
Expand Down

0 comments on commit 33ba549

Please sign in to comment.