Skip to content

Commit

Permalink
Merge pull request #125 from scala-steward/update/cats-helper-2.7.2
Browse files Browse the repository at this point in the history
Update cats-helper to 2.7.2
  • Loading branch information
t3hnar committed Jan 7, 2022
2 parents 4c99d81 + 32e7ff2 commit d1cc396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {

val scalatest = "org.scalatest" %% "scalatest" % "3.2.9"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "2.3.0"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "2.7.2"
val random = "com.evolutiongaming" %% "random" % "0.1.1"
val `cats-effect` = "org.typelevel" %% "cats-effect" % "2.5.1"
}

0 comments on commit d1cc396

Please sign in to comment.