We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd39fd commit e62b742Copy full SHA for e62b742
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
3
object Dependencies {
4
5
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
6
- val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.11.0"
+ val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.11.3"
7
val retry = "com.evolutiongaming" %% "retry" % "3.1.0"
8
val `akka-persistence-inmemory` = "com.github.dnvriend" %% "akka-persistence-inmemory" % "2.5.15.2"
9
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.13.3"
0 commit comments