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 7e43719 commit 7a2309aCopy full SHA for 7a2309a
build.sbt
@@ -220,7 +220,7 @@ lazy val scala_akka_2 = (project in file("scala-akka-2"))
220
"com.typesafe.akka" %% "akka-persistence-typed" % AkkaVersion,
221
"com.typesafe.akka" %% "akka-actor-testkit-typed" % AkkaVersion % "it,test",
222
"com.typesafe.akka" %% "akka-http-testkit" % AkkaHttpVersion % "it,test",
223
-"com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion % Test
+ "com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion % Test
224
) ++ scalaTestDeps.map(_.withConfigurations(Some("it,test")))
225
)
226
val monocleVersion = "2.1.0"
0 commit comments