Skip to content

Commit cb59d8e

Browse files
committed
docs: Updated version on README files
1 parent 29a7d31 commit cb59d8e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Porting of the Raise DSL from the Arrow Kt Kotlin library
1212
The library is available on Maven Central. To use it, add the following dependency to your `build.sbt` files:
1313

1414
```sbt
15-
libraryDependencies += "in.rcard.raise4s" %% "core" % "0.1.0"
15+
libraryDependencies += "in.rcard.raise4s" %% "core" % "0.2.0"
1616
```
1717

1818
The library is only available for Scala 3.

cats-raise4s/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/rcardin/raise4s/scala.yml?branch=main)
2+
![Maven Central](https://img.shields.io/maven-central/v/in.rcard.raise4s/cats-raise4s_3)
13
[![javadoc](https://javadoc.io/badge2/in.rcard.raise4s/cats-raise4s_3/javadoc.svg)](https://javadoc.io/doc/in.rcard.raise4s/cats-raise4s_3)
24
<a href="https://typelevel.org/cats/"><img src="https://typelevel.org/cats/img/cats-badge.svg" height="40px" align="right" alt="Cats friendly" /></a>
35
<br/>
@@ -11,7 +13,7 @@ Integration of the Raise DSL with some useful Cats data structures.
1113
The library is available on Maven Central. To use it, add the following dependency to your `build.sbt` files:
1214

1315
```sbt
14-
libraryDependencies += "in.rcard.raise4s" %% "cats-raise4s" % "0.1.0"
16+
libraryDependencies += "in.rcard.raise4s" %% "cats-raise4s" % "0.2.0"
1517
```
1618

1719
The library is only available for Scala 3.

0 commit comments

Comments
 (0)