Skip to content

Commit

Permalink
Release 0.6.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
seongahjo committed Aug 1, 2023
1 parent b6dd7ec commit 679ea82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 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.6.2")
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.6.3")
```

#### Kotlin

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

### 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.6.2</version>
<version>0.6.3</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -60,7 +60,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.
<dependency>
<groupId>com.navercorp.fixturemonkey</groupId>
<artifactId>fixture-monkey-starter-kotlin</artifactId>
<version>0.6.2</version>
<version>0.6.3</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -179,7 +179,8 @@ fun sampleOrder() {
* @[doljae](https://github.com/doljae)
* @[jbl428](https://github.com/jbl428)
* @[sangy515](https://github.com/sangy515)
* @[yunseok-jeong0](https://github.com/yunseok-jeong0
* @[yunseok-jeong0](https://github.com/yunseok-jeong0)
* @[wicksome](https://github.com/wicksome)

## More about Fixture Monkey
* [Deview 2021](https://tv.naver.com/v/23650158)
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.6.3-SNAPSHOT"
version = "0.6.3"
}

subprojects {
Expand Down

0 comments on commit 679ea82

Please sign in to comment.