Skip to content

Commit

Permalink
Release 1.0.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
seongahjo committed Nov 16, 2023
1 parent 53dd62b commit b311ee1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Each primitive type property is generated by [Jqwik](https://github.com/jlink/jq
* JDK 1.8 or higher
* Jqwik 1.7.3
* Kotlin 1.8 or higher
* kotest-property 5.6.2

## Install

Expand All @@ -31,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:1.0.1")
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.0.2")
```

#### Kotlin

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

### Maven
Expand All @@ -48,7 +49,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
<dependency>
<groupId>com.navercorp.fixturemonkey</groupId>
<artifactId>fixture-monkey-starter</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -59,7 +60,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
<dependency>
<groupId>com.navercorp.fixturemonkey</groupId>
<artifactId>fixture-monkey-starter-kotlin</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>test</scope>
</dependency>
```
Expand Down Expand Up @@ -151,7 +152,7 @@ fun sampleOrder() {
## Documentation
* [English](https://naver.github.io/fixture-monkey)

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

## Plugins
* [FixtureMonkey Helper](https://plugins.jetbrains.com/plugin/19589-fixturemonkey-helper)
Expand Down Expand Up @@ -193,6 +194,7 @@ fun sampleOrder() {
* [테스트를 작성할 수 밖에 없는 사람들에게](https://brunch.co.kr/@seongside/3)
* [Fixture Monkey 사용해보기](https://codinghejow.tistory.com/419)
* [Simplify Unit Testing with Fixture Monkey](https://medium.com/naver-platform-labs/simplify-unit-testing-with-fixture-monkey-a-concise-pragmatic-and-interoperable-fixture-library-3bf0206258d4)
* [Getting Started Easy Test Fixture Customization with Fixture Monkey](https://medium.com/naver-platform-labs/easy-test-fixture-customization-with-fixture-monkey-4114c6b4b1ef)

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 = "1.0.2-SNAPSHOT"
version = "1.0.2"
}

subprojects {
Expand Down

0 comments on commit b311ee1

Please sign in to comment.