Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 6171a23

Browse files
authored
Merge pull request #210 from blaugold/fix-readme
fix(): fix gradle dependency declaration for altair module
2 parents aef423c + c7cd0d5 commit 6171a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.6.1'
7575
7676
// to embed Altair tool
77-
compile 'com.altair-java-kickstart:graphiql-spring-boot-starter:5.6.1'
77+
compile 'com.graphql-java-kickstart:altair-spring-boot-starter:5.6.1'
7878
7979
// to embed GraphiQL tool
8080
compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.6.1'

0 commit comments

Comments
 (0)