Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update version in readme
  • Loading branch information
LarsEckart authored Aug 1, 2023
1 parent 110e05d commit 84e14d5
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 @@ -24,7 +24,7 @@ The easiest way to start a new project with this is by cloning [the starter proj

```groovy
dependencies {
testImplementation("com.larseckart:junit-tcr-extensions:0.0.1")
testImplementation("com.larseckart:junit-tcr-extensions:0.0.2")
}
```

Expand All @@ -35,7 +35,7 @@ dependencies {
<dependency>
<groupId>com.larseckart</groupId>
<artifactId>junit-tcr-extensions</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit 84e14d5

Please sign in to comment.