Skip to content

Commit

Permalink
docs: Updated version on README files to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rcardin committed Dec 3, 2024
1 parent 3accb47 commit 4a4eec6
Show file tree
Hide file tree
Showing 2 changed files with 2 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.2.0"
libraryDependencies += "in.rcard.raise4s" %% "core" % "0.3.0"
```

The library is only available for Scala 3.
Expand Down
2 changes: 1 addition & 1 deletion cats-raise4s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,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.2.0"
libraryDependencies += "in.rcard.raise4s" %% "cats-raise4s" % "0.3.0"
```

The library is only available for Scala 3.
Expand Down

0 comments on commit 4a4eec6

Please sign in to comment.