Commit bbe712e 1 parent 87c1c04 commit bbe712e Copy full SHA for bbe712e
File tree 2 files changed +3
-3
lines changed
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
14
14
### Gradle
15
15
16
16
``` kotlin
17
- testImplementation(" com.symbaloo:graphql-kotlin-test-dsl:1.0.8 " )
17
+ testImplementation(" com.symbaloo:graphql-kotlin-test-dsl:1.0.9 " )
18
18
```
19
19
20
20
### Maven
@@ -23,7 +23,7 @@ testImplementation("com.symbaloo:graphql-kotlin-test-dsl:1.0.8")
23
23
<dependency >
24
24
<groupId >com.symbaloo</groupId >
25
25
<artifactId >graphql-kotlin-test-dsl</artifactId >
26
- <version >1.0.8 </version >
26
+ <version >1.0.9 </version >
27
27
</dependency >
28
28
```
29
29
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
10
10
}
11
11
12
12
group = " com.symbaloo"
13
- version = " 1.0.8 "
13
+ version = " 1.0.9 "
14
14
description = " A Kotlin DSL to write Tests for graphql-java"
15
15
val repoDescription = description
16
16
val repoUrl = " https://github.com/arian/graphql-kotlin-test-dsl"
You can’t perform that action at this time.
0 commit comments