Skip to content

Commit

Permalink
Merge pull request #1401 from scala-steward/update/cats-effect-1.2.0
Browse files Browse the repository at this point in the history
Update cats-effect, cats-effect-laws to 1.2.0
  • Loading branch information
mpilquist committed Jan 22, 2019
2 parents b05ba7b + e80ab72 commit db009df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ lazy val commonSettings = Seq(
compilerPlugin("org.spire-math" %% "kind-projector" % "0.9.9"),
"org.typelevel" %%% "cats-core" % "1.5.0",
"org.typelevel" %%% "cats-laws" % "1.5.0" % "test",
"org.typelevel" %%% "cats-effect" % "1.1.0",
"org.typelevel" %%% "cats-effect-laws" % "1.1.0" % "test",
"org.typelevel" %%% "cats-effect" % "1.2.0",
"org.typelevel" %%% "cats-effect-laws" % "1.2.0" % "test",
"org.scala-lang.modules" %%% "scala-collection-compat" % "0.2.1"
),
libraryDependencies ++= {
Expand Down

0 comments on commit db009df

Please sign in to comment.