Skip to content

Commit

Permalink
Updated version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
christianblos committed Nov 17, 2021
1 parent 803e595 commit d71f3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Using Maven:
<dependency>
<groupId>com.innogames</groupId>
<artifactId>junit5-scenario-builder</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<scope>test</scope>
</dependency>
```

Using Gradle:

```groovy
testImplementation "com.innogames:junit5-scenario-builder:0.4.0"
testImplementation "com.innogames:junit5-scenario-builder:0.4.1"
```

## 2. Implement GivenScenario
Expand Down

0 comments on commit d71f3d6

Please sign in to comment.