Skip to content

Commit

Permalink
remove unused dependency safe-actor
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-git committed Apr 30, 2024
1 parent 84173d1 commit 617b37f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ publishTo := Some(Resolver.evolutionReleases)

libraryDependencies ++= Seq(
`ddata-tools`,
`safe-actor`,
`cats-helper`,
Akka.actor,
Akka.`distributed-data`,
Expand Down
1 change: 0 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ object Dependencies {
val scalatest = "org.scalatest" %% "scalatest" % "3.2.18"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.10.3"
val `ddata-tools` = "com.evolutiongaming" %% "ddata-tools" % "4.0.0"
val `safe-actor` = "com.evolutiongaming" %% "safe-actor" % "3.0.0"

object Cats {
private val version = "2.10.0"
Expand Down

0 comments on commit 617b37f

Please sign in to comment.