File tree Expand file tree Collapse file tree 6 files changed +21
-7
lines changed
Expand file tree Collapse file tree 6 files changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ Each primitive type property is generated by [Jqwik](https://github.com/jlink/jq
3636#### Java
3737
3838``` groovy
39- testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.10 ")
39+ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.11 ")
4040```
4141
4242#### Kotlin
4343
4444``` groovy
45- testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.10 ")
45+ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.11 ")
4646```
4747
4848### Maven
@@ -53,7 +53,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
5353<dependency >
5454 <groupId >com.navercorp.fixturemonkey</groupId >
5555 <artifactId >fixture-monkey-starter</artifactId >
56- <version >1.1.10 </version >
56+ <version >1.1.11 </version >
5757 <scope >test</scope >
5858</dependency >
5959```
@@ -64,7 +64,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
6464<dependency >
6565 <groupId >com.navercorp.fixturemonkey</groupId >
6666 <artifactId >fixture-monkey-starter-kotlin</artifactId >
67- <version >1.1.10 </version >
67+ <version >1.1.11 </version >
6868 <scope >test</scope >
6969</dependency >
7070```
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77
88allprojects {
99 group = " com.navercorp.fixturemonkey"
10- version = " 1.1.11-SNAPSHOT "
10+ version = " 1.1.11"
1111}
1212
1313subprojects {
Original file line number Diff line number Diff line change @@ -112,4 +112,4 @@ rel = "sitemap"
112112 target = " layouts"
113113
114114[params ]
115- version = " 1.1.10 "
115+ version = " 1.1.11 "
Original file line number Diff line number Diff line change @@ -115,4 +115,4 @@ lastMod = false
115115 collapsibleSidebar = true
116116
117117[[params .versions ]]
118- version = " 1.1.10 "
118+ version = " 1.1.11 "
Original file line number Diff line number Diff line change 55docs :
66weight : 100
77---
8+ sectionStart
9+ ## v.1.1.11
10+
11+ Add generating Kotlin sealed object type
12+
13+ sectionEnd
14+
815sectionStart
916## v.1.1.10
1017Add support for deterministic testing with JUnit, the tests annotated by ` @Seed ` would be deterministic.
Original file line number Diff line number Diff line change 55docs :
66weight : 100
77---
8+ sectionStart
9+ ## v.1.1.11
10+
11+ Add generating Kotlin sealed object type
12+
13+ sectionEnd
14+
815sectionStart
916## v.1.1.10
1017Add support for deterministic testing with JUnit, the tests annotated by ` @Seed ` would be deterministic.
You can’t perform that action at this time.
0 commit comments