Skip to content

Commit

Permalink
Merge pull request #600 from scala-steward/update/discipline-scalates…
Browse files Browse the repository at this point in the history
…t-2.2.0

Update discipline-scalatest to 2.2.0
  • Loading branch information
vlovgr authored Jul 14, 2022
2 parents 0184701 + 58d2add commit ccfce5a
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 @@ -178,7 +178,7 @@ lazy val dependencySettings = Seq(
Seq(compilerPlugin(("org.typelevel" %% "kind-projector" % "0.13.2").cross(CrossVersion.full)))
},
libraryDependencies ++= Seq(
"org.typelevel" %% "discipline-scalatest" % "2.1.5",
"org.typelevel" %% "discipline-scalatest" % "2.2.0",
"org.typelevel" %% "cats-effect" % catsEffectVersion,
"org.typelevel" %% "cats-effect-laws" % catsEffectVersion,
"org.typelevel" %% "cats-testkit-scalatest" % "2.1.5",
Expand Down

0 comments on commit ccfce5a

Please sign in to comment.