Skip to content

Commit

Permalink
Merge pull request #505 from scala-steward/update/cats-effect-laws-2.3.1
Browse files Browse the repository at this point in the history
Update cats-effect-laws to 2.3.1
  • Loading branch information
mergify[bot] authored Dec 18, 2020
2 parents 71ce003 + 426c7a4 commit dff8c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ val embeddedPostgres = "com.opentable.components" % "otj-pg-embedded" % "0.13.3"
val dbTestingStack = Seq(embeddedPostgres)

val catsEffectStack = Seq(
"org.typelevel" %% "cats-effect-laws" % "2.3.0" % Test
"org.typelevel" %% "cats-effect-laws" % "2.3.1" % Test
)

val commonDependencies = baseDependencies ++ unitTestingStack ++ loggingDependencies ++ configDependencies
Expand Down

0 comments on commit dff8c2e

Please sign in to comment.