Skip to content

Commit

Permalink
Release 0.4.11 version
Browse files Browse the repository at this point in the history
  • Loading branch information
seongahjo committed Jan 10, 2023
1 parent ef97dc1 commit 177270b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ Each primitive type property is generated by [Jqwik](https://github.com/jlink/jq
#### Java

```groovy
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.4.10")
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.4.11")
```

#### Kotlin

```groovy
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.4.10")
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.4.11")
```

### Maven
Expand All @@ -49,7 +49,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.
<dependency>
<groupId>com.navercorp.fixturemonkey</groupId>
<artifactId>fixture-monkey-starter</artifactId>
<version>0.4.10</version>
<version>0.4.11</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -60,12 +60,13 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.
<dependency>
<groupId>com.navercorp.fixturemonkey</groupId>
<artifactId>fixture-monkey-starter-kotlin</artifactId>
<version>0.4.10</version>
<version>0.4.11</version>
<scope>test</scope>
</dependency>
```

## Example
> Add "lombok.anyConstructor.addConstructorProperties=true" in lombok.config
#### Java

Expand Down Expand Up @@ -186,6 +187,7 @@ fun sampleOrder() {
* [Junit Test with Fixture Monkey](https://kevin-park.medium.com/junit-test-with-fixture-monkey-ca50f6533385)
* [Fixture monkey](https://leeheefull.tistory.com/m/27)
* [테스트 데이터도구 - Fixture Monkey](https://jiwondev.tistory.com/272)
* [Fixture Monkey란?](https://velog.io/@pang_e/Fixture-Monkey%EB%9E%80)

Welcome to write articles about Fixture Monkey!

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects {
}

group = "com.navercorp.fixturemonkey"
version = "0.4.11-SNAPSHOT"
version = "0.4.11"
}

subprojects {
Expand Down

0 comments on commit 177270b

Please sign in to comment.