Skip to content

Commit a7b7fdc

Browse files
Copilotrcardin
andcommitted
Update to version 2.0.0 in pom.xml and documentation
Co-authored-by: rcardin <[email protected]>
1 parent c312f11 commit a7b7fdc

File tree

78 files changed

+6
-2206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+6
-2206
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>
-238 Bytes
Binary file not shown.

target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst

Whitespace-only changes.

target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst

Whitespace-only changes.

target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst

Whitespace-only changes.

target/surefire-reports/TEST-in.rcard.assertj.arrowcore.EitherAssert_asLeft_Test.xml

Lines changed: 0 additions & 60 deletions
This file was deleted.

target/surefire-reports/TEST-in.rcard.assertj.arrowcore.EitherAssert_asRight_Test.xml

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)