From 6f22780af42cebd11bb6c41403962e1735a6d40c Mon Sep 17 00:00:00 2001 From: "Sachin D. Shinde" Date: Wed, 1 Jul 2020 11:25:33 -0700 Subject: [PATCH] v0.4.3: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39200cf4..6ef4281a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add a dependency to `graphql-java-support`: ```groovy dependencies { - implementation 'com.apollographql.federation:federation-graphql-java-support:0.4.2' + implementation 'com.apollographql.federation:federation-graphql-java-support:0.4.3' } ```