Skip to content

Commit

Permalink
docs: Updated version on README files
Browse files Browse the repository at this point in the history
  • Loading branch information
rcardin committed Sep 23, 2024
1 parent 29a7d31 commit cb59d8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Porting of the Raise DSL from the Arrow Kt Kotlin library
The library is available on Maven Central. To use it, add the following dependency to your `build.sbt` files:

```sbt
libraryDependencies += "in.rcard.raise4s" %% "core" % "0.1.0"
libraryDependencies += "in.rcard.raise4s" %% "core" % "0.2.0"
```

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

```sbt
libraryDependencies += "in.rcard.raise4s" %% "cats-raise4s" % "0.1.0"
libraryDependencies += "in.rcard.raise4s" %% "cats-raise4s" % "0.2.0"
```

The library is only available for Scala 3.
Expand Down

0 comments on commit cb59d8e

Please sign in to comment.