Skip to content

Commit

Permalink
Update README for 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tginsberg committed Nov 27, 2021
1 parent cadffc8 commit e159c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Copy the following into your `build.gradle` or `build.xml`.
**Gradle**

```groovy
testImplementation("com.ginsberg:junit5-system-exit:1.1.1")
testImplementation("com.ginsberg:junit5-system-exit:1.1.2")
```

**Maven**
Expand All @@ -19,7 +19,7 @@ testImplementation("com.ginsberg:junit5-system-exit:1.1.1")
<dependency>
<groupId>com.ginsberg</groupId>
<artifactId>junit5-system-exit</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit e159c73

Please sign in to comment.