Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lhns authored Jun 23, 2024
1 parent f18845f commit c58e7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ This project is based on [typelevel/munit-cats-effect](https://github.com/typele
### build.sbt
```sbt
// use this snippet for cats-effect 3 and the JVM
libraryDependencies += "de.lhns" %% "munit-tagless-final" % "0.2.1" % Test
libraryDependencies += "de.lhns" %% "munit-tagless-final" % "0.3.0" % Test

// use this snippet for cats-effect 3 and JS, or cross-building
libraryDependencies += "de.lhns" %%% "munit-tagless-final" % "0.2.1" % Test
libraryDependencies += "de.lhns" %%% "munit-tagless-final" % "0.3.0" % Test
```

## Example
Expand Down

0 comments on commit c58e7ee

Please sign in to comment.