We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529ad86 commit 3e28f9cCopy full SHA for 3e28f9c
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
3
object Dependencies {
4
5
val scalatest = "org.scalatest" %% "scalatest" % "3.2.18"
6
- val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.10.3"
+ val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.10.5"
7
val random = "com.evolution" %% "random" % "1.0.4"
8
val `cats-effect` = "org.typelevel" %% "cats-effect" % "3.4.11"
9
}
0 commit comments