From 6cb620d63270ddedff57074ce54a641a82f04c7b Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Mon, 8 May 2023 05:23:05 -0400 Subject: [PATCH] docs: update version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b71af40..ac1cad1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You would use custom scalars when you want to describe more meaningful behavior To use this library put the following into your gradle config ```java -implementation 'com.graphql-java:graphql-java-extended-scalars:20.0' +implementation 'com.graphql-java:graphql-java-extended-scalars:20.2' ``` or the following into your Maven config