Skip to content

Commit f0d1574

Browse files
committed
Update cats-helper to 3.10.5
1 parent 9647ca6 commit f0d1574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt._
33
object Dependencies {
44

55
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
6-
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.10.3"
6+
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.10.5"
77
val random = "com.evolution" %% "random" % "1.0.4"
88
val `cats-effect` = "org.typelevel" %% "cats-effect" % "3.4.11"
99
}

0 commit comments

Comments
 (0)