We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab16e9e commit 2e63f1dCopy full SHA for 2e63f1d
1 file changed
build.sbt
@@ -53,7 +53,7 @@ lazy val sequentially = (projectMatrix
53
libraryDependencies ++= Seq(
54
"org.apache.pekko" %% "pekko-actor" % PekkoVersion,
55
"org.apache.pekko" %% "pekko-stream" % PekkoVersion,
56
- "org.apache.pekko" %% "pekko-testkit" % PekkoVersion,
+ "org.apache.pekko" %% "pekko-testkit" % PekkoVersion % Test,
57
"com.evolution" %% "akka-to-pekko-adapter-actor" % "0.0.5",
58
"com.evolution" %% "akka-to-pekko-adapter-stream" % "0.0.5",
59
"com.evolution" %% "akka-to-pekko-adapter-test-kit" % "0.0.5" % Test,
0 commit comments