We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5111b commit 4850ef7Copy full SHA for 4850ef7
project/Build.scala
@@ -166,7 +166,7 @@ object Build extends Build {
166
"org.msgpack" % "msgpack" % "0.6.11" % "test",
167
junitInterface,
168
"commons-codec" % "commons-codec" % "1.10" % "test",
169
- "com.typesafe.akka" %% "akka-actor"% "2.3.9"
+ "com.typesafe.akka" %% "akka-actor"% "2.3.9" % "test"
170
)
171
172
val jacksonLib = Seq(
0 commit comments