Skip to content

Commit

Permalink
Bumped versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Mar 29, 2021
1 parent 1610924 commit e68777e
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 @@ -35,7 +35,7 @@ If you need an `ExecutionContext`, one is available in the `executionContext` va
libraryDependencies += "org.typelevel" %% "cats-effect-testing-specs2" % "<version>" % Test
```

Published for Scala 3.0.0-RC1, 2.13, 2.12, as well as ScalaJS 1.5.0. Depends on cats-effect 3.0.0-RC1 and specs2 4.10.5.
Published for Scala 3.0.0-RC1, 2.13, 2.12, as well as ScalaJS 1.5.0. Depends on Cats Effect 3.0.0 and specs2 4.10.5.

## ScalaTest

Expand All @@ -60,7 +60,7 @@ class MySpec extends AsyncFreeSpec with AsyncIOSpec with Matchers {
libraryDependencies += "org.typelevel" %% "cats-effect-testing-scalatest" % "<version>" % Test
```

Published for Scala 3.0.0-RC1, 2.13, 2.12, as well as ScalaJS 1.5.0. Depends on cats-effect 3.0.0-RC1 and scalatest 3.1.0.
Published for Scala 3.0.0-RC1, 2.13, 2.12, as well as ScalaJS 1.5.0. Depends on Cats Effect 3.0.0 and scalatest 3.1.0.

## ScalaTest ScalaCheck

Expand Down Expand Up @@ -112,7 +112,7 @@ class MySpec extends AsyncIOSpec with Matchers with ScalaCheckPropertyChecks {
libraryDependencies += "org.typelevel" %% "cats-effect-testing-scalatest-scalacheck" % "<version>" % Test
```

Published for Scala 3.0.0-RC1, 2.13, 2.12, as well as ScalaJS 1.5.0. Depends on cats-effect 3.0.0-RC1, scalatest-scalacheck-1-15 3.2.2.0, and scalacheck 1.15.3.
Published for Scala 3.0.0-RC1, 2.13, 2.12, as well as ScalaJS 1.5.0. Depends on Cats Effect 3.0.0, scalatest-scalacheck-1-15 3.2.2.0, and scalacheck 1.15.3.

## µTest

Expand Down Expand Up @@ -162,7 +162,7 @@ object DetSuite extends DeterministicIOTestSuite {
libraryDependencies += "org.typelevel" %% "cats-effect-testing-utest" % "<version>" % Test
```

Published for Scala 3.0.0-RC1, 2.13, 2.12, as well as ScalaJS 1.5.0. Depends on cats-effect 3.0.0-RC1 and µTest 0.7.1.
Published for Scala 3.0.0-RC1, 2.13, 2.12, as well as ScalaJS 1.5.0. Depends on Cats Effect 3.0.0 and µTest 0.7.1.

## Minitest

Expand Down Expand Up @@ -203,4 +203,4 @@ object DetSuite extends DeterministicIOTestSuite {
libraryDependencies += "org.typelevel" %% "cats-effect-testing-minitest" % "<version>" % Test
```

Published for Scala 3.0.0-RC1, 2.13, 2.12, as well as ScalaJS 1.5.0. Depends on cats-effect 3.0.0-RC1 and minitest 2.7.0.
Published for Scala 3.0.0-RC1, 2.13, 2.12, as well as ScalaJS 1.5.0. Depends on Cats Effect 3.0.0 and minitest 2.7.0.

0 comments on commit e68777e

Please sign in to comment.