Skip to content

Commit 0e8fdb2

Browse files
committed
Updated dependencies in README
1 parent 7989f32 commit 0e8fdb2

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
@@ -1,4 +1,4 @@
1-
![Kotlin Version](https://img.shields.io/badge/Kotlin-1.9.10-blue?style=flat&logo=kotlin)
1+
![Kotlin Version](https://img.shields.io/badge/Kotlin-2.0.0-blue?style=flat&logo=kotlin)
22
![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/rcardin/assertj-arrow-core/ci.yml?branch=main)
33
![Maven Central](https://img.shields.io/maven-central/v/in.rcard/assertj-arrow-core)
44
![GitHub release (latest by date)](https://img.shields.io/github/v/release/rcardin/assertj-arrow-core)
@@ -23,7 +23,7 @@ The library is available on Maven Central. To use it, add the following dependen
2323
<dependency>
2424
<groupId>in.rcard</groupId>
2525
<artifactId>assertj-arrow-core</artifactId>
26-
<version>0.2.0</version>
26+
<version>1.0.0</version>
2727
<scope>test</scope>
2828
</dependency>
2929
```

0 commit comments

Comments
 (0)