Skip to content

Commit 7331df4

Browse files
committed
chore(deps): Updated to version 1.2.2 (README file)
1 parent 2c4e58d commit 7331df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ The library is available on Maven Central. To use it, add the following dependen
2828
<dependency>
2929
<groupId>in.rcard</groupId>
3030
<artifactId>assertj-arrow-core</artifactId>
31-
<version>1.2.0</version>
31+
<version>1.2.2</version>
3232
<scope>test</scope>
3333
</dependency>
3434
```
3535

3636
Otherwise, if you're using Gradle, add the following dependency to your `build.gradle.kts` file:
3737

3838
```kotlin
39-
testImplementation("in.rcard:assertj-arrow-core:1.2.0")
39+
testImplementation("in.rcard:assertj-arrow-core:1.2.2")
4040
```
4141

4242
## Assertions Guide

0 commit comments

Comments
 (0)