Skip to content

Commit 2e63f1d

Browse files
authored
Remove pekko-testkit from main scope (#213)
1 parent ab16e9e commit 2e63f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ lazy val sequentially = (projectMatrix
5353
libraryDependencies ++= Seq(
5454
"org.apache.pekko" %% "pekko-actor" % PekkoVersion,
5555
"org.apache.pekko" %% "pekko-stream" % PekkoVersion,
56-
"org.apache.pekko" %% "pekko-testkit" % PekkoVersion,
56+
"org.apache.pekko" %% "pekko-testkit" % PekkoVersion % Test,
5757
"com.evolution" %% "akka-to-pekko-adapter-actor" % "0.0.5",
5858
"com.evolution" %% "akka-to-pekko-adapter-stream" % "0.0.5",
5959
"com.evolution" %% "akka-to-pekko-adapter-test-kit" % "0.0.5" % Test,

0 commit comments

Comments
 (0)