File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Porting of the Raise DSL from the Arrow Kt Kotlin library
1111The 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.7 "
14+ libraryDependencies += " in.rcard.raise4s" %% " core" % " 0.0.8 "
1515```
1616
1717The library is only available for Scala 3.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Integration of the Raise DSL with some useful Cats data structures.
1111The 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" %% " cats-raise4s" % " 0.0.7 "
14+ libraryDependencies += " in.rcard.raise4s" %% " cats-raise4s" % " 0.0.8 "
1515```
1616
1717The library is only available for Scala 3.
You can’t perform that action at this time.
0 commit comments