From cf95180522c98fa823e4de0938af81ced48f480a Mon Sep 17 00:00:00 2001 From: banjjoknim Date: Wed, 3 Aug 2022 18:13:22 +0900 Subject: [PATCH] =?UTF-8?q?build=20:=20graphql-java-extended-scalars=20?= =?UTF-8?q?=EC=9D=98=EC=A1=B4=EC=84=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 놀이터(예제 코드 작성)/graphql-kotlin/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/놀이터(예제 코드 작성)/graphql-kotlin/build.gradle.kts b/놀이터(예제 코드 작성)/graphql-kotlin/build.gradle.kts index 21e6208..738fb4d 100644 --- a/놀이터(예제 코드 작성)/graphql-kotlin/build.gradle.kts +++ b/놀이터(예제 코드 작성)/graphql-kotlin/build.gradle.kts @@ -26,6 +26,7 @@ dependencies { testImplementation("io.projectreactor:reactor-test") implementation("com.expediagroup", "graphql-kotlin-spring-server", "6.0.0") + implementation("com.graphql-java:graphql-java-extended-scalars:18.1") } tasks.withType {