Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman authored Nov 8, 2022
1 parent 88d2f3b commit 9e743da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ val outwatchVersion = "<latest outwatch version>"
libraryDependencies ++= Seq(
"io.github.outwatch" %%% "outwatch" % outwatchVersion,
// optional dependencies:
"com.github.cornerman" %%% "colibri-zio" % "0.7.1", // zio support
"com.github.cornerman" %%% "colibri-fs2" % "0.7.1", // fs2 support
"com.github.cornerman" %%% "colibri-airstream" % "0.7.1", // sirstream support
"com.github.cornerman" %%% "colibri-rx" % "0.7.1", // scala.rx support
"com.github.cornerman" %%% "colibri-router" % "0.7.1", // Url Router support
"com.github.cornerman" %%% "colibri-zio" % "0.7.6", // zio support
"com.github.cornerman" %%% "colibri-fs2" % "0.7.6", // fs2 support
"com.github.cornerman" %%% "colibri-airstream" % "0.7.6", // sirstream support
"com.github.cornerman" %%% "colibri-rx" % "0.7.6", // scala.rx support
"com.github.cornerman" %%% "colibri-router" % "0.7.6", // Url Router support
)

```
Expand Down

0 comments on commit 9e743da

Please sign in to comment.