Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman committed Jan 29, 2024
1 parent 2aa4039 commit 3ca3ef5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This library includes:

Reactive core library with typeclasses:
```scala
libraryDependencies += "com.github.cornerman" %%% "colibri" % "0.8.0"
libraryDependencies += "com.github.cornerman" %%% "colibri" % "0.8.3"
```

```scala
Expand All @@ -23,7 +23,7 @@ import colibri._

Reactive variables with lazy, distinct, shared state variables (a bit like scala-rx, but lazy):
```scala
libraryDependencies += "com.github.cornerman" %%% "colibri-reactive" % "0.8.0"
libraryDependencies += "com.github.cornerman" %%% "colibri-reactive" % "0.8.3"
```

```scala
Expand All @@ -32,7 +32,7 @@ import colibri.reactive._

For jsdom-based operations in the browser (`EventObservable`, `Storage`):
```scala
libraryDependencies += "com.github.cornerman" %%% "colibri-jsdom" % "0.8.0"
libraryDependencies += "com.github.cornerman" %%% "colibri-jsdom" % "0.8.3"
```

```scala
Expand All @@ -41,7 +41,7 @@ import colibri.jsdom._

For scala.rx support (only Scala 2.x):
```scala
libraryDependencies += "com.github.cornerman" %%% "colibri-rx" % "0.8.0"
libraryDependencies += "com.github.cornerman" %%% "colibri-rx" % "0.8.3"
```

```scala
Expand All @@ -50,7 +50,7 @@ import colibri.ext.rx._

For airstream support:
```scala
libraryDependencies += "com.github.cornerman" %%% "colibri-airstream" % "0.8.0"
libraryDependencies += "com.github.cornerman" %%% "colibri-airstream" % "0.8.3"
```

```scala
Expand All @@ -59,7 +59,7 @@ import colibri.ext.airstream._

For zio support:
```scala
libraryDependencies += "com.github.cornerman" %%% "colibri-zio" % "0.8.0"
libraryDependencies += "com.github.cornerman" %%% "colibri-zio" % "0.8.3"
```

```scala
Expand All @@ -68,7 +68,7 @@ import colibri.ext.zio._

For fs2 support (`Source` only):
```scala
libraryDependencies += "com.github.cornerman" %%% "colibri-fs2" % "0.8.0"
libraryDependencies += "com.github.cornerman" %%% "colibri-fs2" % "0.8.3"
```

```scala
Expand Down

0 comments on commit 3ca3ef5

Please sign in to comment.