Skip to content

Commit 510b6c2

Browse files
authored
Merge pull request #90 from rcardin/copilot/fix-2a7a3246-b48d-4585-8ab1-6f9616fa90b1
Update to version 2.0.0 in pom.xml and documentation
2 parents 6482e91 + a7b7fdc commit 510b6c2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121

2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323
hs_err_pid*
24+
25+
# Maven build directory
26+
target/

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.2</version>
31+
<version>2.0.0</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.2")
39+
testImplementation("in.rcard:assertj-arrow-core:2.0.0")
4040
```
4141

4242
## Assertions Guide

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>in.rcard</groupId>
88
<artifactId>assertj-arrow-core</artifactId>
9-
<version>1.2.3-SNAPSHOT</version>
9+
<version>2.0.0</version>
1010

1111
<name>AssertJ fluent assertions for Kotlin Arrow Core library</name>
1212
<description>Rich and fluent assertions for testing Kotlin Arrow Core types</description>

0 commit comments

Comments
 (0)