Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README project version #244

Merged
merged 1 commit into from Mar 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -11,21 +11,21 @@ Compatibility tools for Slick + cats-effect. Released for Scala 2.12 and 2.13.
Add the dependency. SBT:

```sbt
"com.kubukoz" %% "slick-effect" % "0.4.0",
"com.kubukoz" %% "slick-effect" % "0.5.0",
// for the LiftIO instance
"com.kubukoz" %% "slick-effect-catsio" % "0.4.0"
"com.kubukoz" %% "slick-effect-catsio" % "0.5.0"
```

Ammonite:

```
$ivy.`com.kubukoz::slick-effect:0.4.0`
$ivy.`com.kubukoz::slick-effect:0.5.0`
```

Coursier:

```
com.kubukoz::slick-effect:0.4.0
com.kubukoz::slick-effect:0.5.0
```

### Instances
Expand Down Expand Up @@ -85,7 +85,7 @@ You can use slick-effect to run your DBIOs. This functionality is experimental,
If you still want to use it, add a dependency on the transactor module:

```scala
"com.kubukoz" %% "slick-effect-transactor" % "0.4.0"
"com.kubukoz" %% "slick-effect-transactor" % "0.5.0"
```

Create a transactor:
Expand Down