Skip to content

Commit

Permalink
fix: missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Aug 7, 2024
1 parent 0052c3c commit ce0d261
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/openid-federation-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ plugins {

val ktorVersion = "2.3.11"

repositories {
mavenCentral()
mavenLocal()
google()
}

kotlin {
@OptIn(ExperimentalWasmDsl::class)

Expand Down

0 comments on commit ce0d261

Please sign in to comment.