Skip to content

Commit

Permalink
⚗️ Legger til avhengighet som gradle-dependency-submission syns mangler
Browse files Browse the repository at this point in the history
  • Loading branch information
havstein committed Nov 29, 2023
1 parent ac70b8f commit 15aec02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spesialist-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies {
api("io.ktor:ktor-server-double-receive:$ktorVersion")
implementation(project(":spesialist-felles"))
implementation("com.expediagroup:graphql-kotlin-server:$graphQLKotlinVersion")
implementation("com.expediagroup:graphql-kotlin-gradle-plugin:$graphQLKotlinVersion")
testImplementation("org.testcontainers:postgresql:$testcontainersVersion")
testImplementation("io.ktor:ktor-server-netty:$ktorVersion")
}
Expand Down

0 comments on commit 15aec02

Please sign in to comment.