File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ Each primitive type property is generated by [Jqwik](https://github.com/jlink/jq
32
32
#### Java
33
33
34
34
``` groovy
35
- testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.4.8 ")
35
+ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.4.9 ")
36
36
```
37
37
38
38
#### Kotlin
39
39
40
40
``` groovy
41
- testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.4.8 ")
41
+ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.4.9 ")
42
42
```
43
43
44
44
### Maven
@@ -49,7 +49,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.
49
49
<dependency >
50
50
<groupId >com.navercorp.fixturemonkey</groupId >
51
51
<artifactId >fixture-monkey-starter</artifactId >
52
- <version >0.4.8 </version >
52
+ <version >0.4.9 </version >
53
53
<scope >test</scope >
54
54
</dependency >
55
55
```
@@ -60,7 +60,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.
60
60
<dependency >
61
61
<groupId >com.navercorp.fixturemonkey</groupId >
62
62
<artifactId >fixture-monkey-starter-kotlin</artifactId >
63
- <version >0.4.8 </version >
63
+ <version >0.4.9 </version >
64
64
<scope >test</scope >
65
65
</dependency >
66
66
```
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ allprojects {
31
31
}
32
32
33
33
group = " com.navercorp.fixturemonkey"
34
- version = " 0.4.9-SNAPSHOT "
34
+ version = " 0.4.9"
35
35
}
36
36
37
37
subprojects {
You can’t perform that action at this time.
0 commit comments