Skip to content

Commit

Permalink
Release 0.6.13 version
Browse files Browse the repository at this point in the history
  • Loading branch information
seongahjo committed Nov 2, 2023
1 parent a95ff18 commit 33b1c8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 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.12")
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.6.13")
```

#### Kotlin

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

### 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.12</version>
<version>0.6.13</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.12</version>
<version>0.6.13</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -151,7 +151,6 @@ fun sampleOrder() {

## Documentation
* [English](https://naver.github.io/fixture-monkey)
* [한국어](https://naver.github.io/fixture-monkey/kr)

## [Third-party Modules](https://naver.github.io/fixture-monkey/docs/v0.4/third-party-modules/)

Expand Down Expand Up @@ -193,6 +192,7 @@ fun sampleOrder() {
* [테스트 데이터도구 - Fixture Monkey](https://jiwondev.tistory.com/272)
* [Fixture Monkey란?](https://velog.io/@pang_e/Fixture-Monkey%EB%9E%80)
* [테스트를 작성할 수 밖에 없는 사람들에게](https://brunch.co.kr/@seongside/3)
* [Fixture Monkey 사용해보기](https://codinghejow.tistory.com/419)

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.6.13-SNAPSHOT"
version = "0.6.13"
}

subprojects {
Expand Down

0 comments on commit 33b1c8b

Please sign in to comment.