Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy authored Dec 3, 2024
1 parent c6195f8 commit 3f4078d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions graphql-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ repositories {
maven { url = uri("https://repo.spring.io/snapshot") }
}

extra["testcontainersVersion"] = "1.19.8"
extra["graphqlKotlinVersion"] = "8.0.0-alpha.1"
extra["coroutinesVersion"] = "1.9.0"
extra["mockkVersion"] = "1.13.11"
extra["springmockkVersion"] = "4.0.2"
extra["kotestVersion"] = "5.9.1"
extra["graphqlJavaVersion"] = "22.1"

dependencies {
// webflux
implementation("org.springframework.boot:spring-boot-starter-webflux")
Expand Down

0 comments on commit 3f4078d

Please sign in to comment.