Skip to content

Commit 9d3c180

Browse files
committed
docs: Updated version on README files to 0.5.0
1 parent 9c56ec9 commit 9d3c180

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Available modules are:
2020
The library is available on Maven Central. To use it, add the following dependency to your `build.sbt` files:
2121

2222
```sbt
23-
libraryDependencies += "in.rcard.raise4s" %% "core" % "0.4.0"
23+
libraryDependencies += "in.rcard.raise4s" %% "core" % "0.5.0"
2424
```
2525

2626
The library is only available for Scala 3.

cats-raise4s/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Integration of the Raise DSL with some useful Cats data structures.
1313
The library is available on Maven Central. To use it, add the following dependency to your `build.sbt` files:
1414

1515
```sbt
16-
libraryDependencies += "in.rcard.raise4s" %% "cats-raise4s" % "0.4.0"
16+
libraryDependencies += "in.rcard.raise4s" %% "cats-raise4s" % "0.5.0"
1717
```
1818

1919
The library is only available for Scala 3.

munit-raise4s/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Integration of the Raise DSL with the MUnit testing framework.
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" %% "munit-raise4s" % "0.4.0"
15+
libraryDependencies += "in.rcard.raise4s" %% "munit-raise4s" % "0.5.0"
1616
```
1717

1818
The library is only available for Scala 3.

0 commit comments

Comments
 (0)