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 cats-effect, cats-effect-laws to 2.1.1 #3155

Merged
merged 1 commit into from Feb 8, 2020
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
2 changes: 1 addition & 1 deletion project/Http4sPlugin.scala
Expand Up @@ -253,7 +253,7 @@ object Http4sPlugin extends AutoPlugin {
lazy val blaze = "org.http4s" %% "blaze-http" % "0.14.11"
lazy val boopickle = "io.suzaku" %% "boopickle" % "1.3.1"
lazy val cats = "org.typelevel" %% "cats-core" % "2.1.0"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "2.1.0"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "2.1.1"
lazy val catsEffectLaws = "org.typelevel" %% "cats-effect-laws" % catsEffect.revision
lazy val catsEffectTestingSpecs2 = "com.codecommit" %% "cats-effect-testing-specs2" % "0.4.0"
lazy val catsKernelLaws = "org.typelevel" %% "cats-kernel-laws" % cats.revision
Expand Down