File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ and lets you use [JsonPath](https://github.com/json-path/JsonPath) to quickly re
1414### Gradle
1515
1616``` kotlin
17- testImplementation(" com.symbaloo:graphql-kotlin-test-dsl:1.0.8 " )
17+ testImplementation(" com.symbaloo:graphql-kotlin-test-dsl:1.0.9 " )
1818```
1919
2020### Maven
@@ -23,7 +23,7 @@ testImplementation("com.symbaloo:graphql-kotlin-test-dsl:1.0.8")
2323<dependency >
2424 <groupId >com.symbaloo</groupId >
2525 <artifactId >graphql-kotlin-test-dsl</artifactId >
26- <version >1.0.8 </version >
26+ <version >1.0.9 </version >
2727</dependency >
2828```
2929
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010}
1111
1212group = " com.symbaloo"
13- version = " 1.0.8 "
13+ version = " 1.0.9 "
1414description = " A Kotlin DSL to write Tests for graphql-java"
1515val repoDescription = description
1616val repoUrl = " https://github.com/arian/graphql-kotlin-test-dsl"
You can’t perform that action at this time.
0 commit comments