Skip to content

Commit

Permalink
Rename actor setup package
Browse files Browse the repository at this point in the history
  • Loading branch information
dantb committed Mar 13, 2024
1 parent 8fc789a commit 0d26dbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import ch.epfl.bluebrain.nexus.delta.plugins.storage.storages.model.StorageRejec
import ch.epfl.bluebrain.nexus.delta.plugins.storage.storages.model.StorageValue.S3StorageValue
import ch.epfl.bluebrain.nexus.delta.plugins.storage.storages.operations.s3.MinioSpec._
import ch.epfl.bluebrain.nexus.delta.plugins.storage.storages.permissions.{read, write}
import ch.epfl.bluebrain.nexus.delta.sdk.akka.ActorSystemSetup
import ch.epfl.bluebrain.nexus.delta.sdk.actor.ActorSystemSetup
import ch.epfl.bluebrain.nexus.delta.sdk.syntax._
import ch.epfl.bluebrain.nexus.testkit.minio.LocalStackS3
import ch.epfl.bluebrain.nexus.testkit.mu.NexusSuite
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ch.epfl.bluebrain.nexus.delta.sdk.akka
package ch.epfl.bluebrain.nexus.delta.sdk.actor

import akka.actor.ActorSystem
import cats.effect.{IO, Resource}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ch.epfl.bluebrain.nexus.delta.sdk.http
import akka.actor.ActorSystem
import cats.effect.{IO, Resource}
import ch.epfl.bluebrain.nexus.delta.kernel.RetryStrategyConfig
import ch.epfl.bluebrain.nexus.delta.sdk.akka.ActorSystemSetup
import ch.epfl.bluebrain.nexus.delta.sdk.actor.ActorSystemSetup

object HttpClientSetup {

Expand Down

0 comments on commit 0d26dbc

Please sign in to comment.