Skip to content

Commit 4b20d12

Browse files
committed
Updated version to 0.0.7 in README files
1 parent 1689705 commit 4b20d12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

1313
```sbt
14-
libraryDependencies += "in.rcard.raise4s" %% "core" % "0.0.6"
14+
libraryDependencies += "in.rcard.raise4s" %% "core" % "0.0.7"
1515
```
1616

1717
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
@@ -10,7 +10,7 @@ Integration of the Raise DSL with some useful Cats data structures.
1010
The library is available on Maven Central. To use it, add the following dependency to your `build.sbt` files:
1111

1212
```sbt
13-
libraryDependencies += "in.rcard.raise4s" %% "cats-raise4s" % "0.0.6"
13+
libraryDependencies += "in.rcard.raise4s" %% "cats-raise4s" % "0.0.7"
1414
```
1515

1616
The library is only available for Scala 3.

0 commit comments

Comments
 (0)