From 0b27b334821c76cfe5539df9c7ad9f44da10b1e7 Mon Sep 17 00:00:00 2001 From: ksrinivasan Date: Thu, 16 Nov 2023 13:09:34 -0800 Subject: [PATCH] Remove snapshot build. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3a18402..9461a64 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ repositories { } dependencies { - implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.1.0-SNAPSHOT")) + implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:8.0.0")) implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter") implementation("com.netflix.graphql.dgs:graphql-dgs-extended-scalars") implementation("org.springframework.boot:spring-boot-starter-web")