diff --git a/README.md b/README.md index 20da20d..0e07594 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Integration library for [MUnit](https://scalameta.org/munit/) and [cats-effect]( Cats Effect 2 integration is provided via: ```scala -libraryDependencies += "org.typelevel" %%% "munit-cats-effect-2" % version % "test" +libraryDependencies += "org.typelevel" %% "munit-cats-effect-2" % version % "test" ``` Cats Effect 3 integration is provided via: ```scala -libraryDependencies += "org.typelevel" %%% "munit-cats-effect-3" % version % "test" +libraryDependencies += "org.typelevel" %% "munit-cats-effect-3" % version % "test" ``` Builds are available for Scala 2.12, 2.13, and 3 for both the JVM and Scala.js.