File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ assignees: ''
2222
2323## Your Environment and Setup
2424
25- * ** graphql-java-codegen** : * E.g.: 1.7.0 *
25+ * ** graphql-java-codegen** : * E.g.: 1.7.1 *
2626* ** Build tool** : * E.g.: Maven*
2727* ** Java tool** : * E.g.: Oracle 8u241*
2828* ** Mapping Config** : * E.g.:*
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This Gradle plugin is able to generate the following classes based on your Graph
2121
2222``` groovy
2323plugins {
24- id "io.github.kobylynskyi.graphql.codegen" version "1.7.0 "
24+ id "io.github.kobylynskyi.graphql.codegen" version "1.7.1 "
2525}
2626```
2727
@@ -35,7 +35,7 @@ buildscript {
3535 }
3636 }
3737 dependencies {
38- classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:1.7.0 "
38+ classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:1.7.1 "
3939 }
4040}
4141
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This Maven plugin is able to generate the following classes based on your GraphQ
2626 <plugin >
2727 <groupId >io.github.kobylynskyi</groupId >
2828 <artifactId >graphql-codegen-maven-plugin</artifactId >
29- <version >1.7.0 </version >
29+ <version >1.7.1 </version >
3030 <executions >
3131 <execution >
3232 <goals >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ The GraphQL Java codegen library used by this plugin is able to generate the fol
2020### Plugin Setup and Configuration
2121
2222```
23- addSbtPlugin("io.github.kobylynskyi" % "sbt-graphql-java-codegen" % "1.7.0 -NOT-YET-RELEASED")
23+ addSbtPlugin("io.github.kobylynskyi" % "sbt-graphql-java-codegen" % "1.7.1 -NOT-YET-RELEASED")
2424```
2525
2626### Plugin Options
You can’t perform that action at this time.
0 commit comments