We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf0d4d commit ddd61dcCopy full SHA for ddd61dc
plugins/gradle/README.md
@@ -17,7 +17,7 @@
17
18
```groovy
19
plugins {
20
- id "io.github.kobylynskyi.graphql.codegen" version "5.5.0"
+ id "io.github.kobylynskyi.graphql.codegen" version "5.6.0"
21
}
22
```
23
@@ -31,7 +31,7 @@ buildscript {
31
32
33
dependencies {
34
- classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:5.5.0"
+ classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:5.6.0"
35
36
37
plugins/maven/README.md
@@ -20,7 +20,7 @@
<plugin>
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin</artifactId>
- <version>5.5.0</version>
+ <version>5.6.0</version>
24
<executions>
25
<execution>
26
<goals>
0 commit comments