Skip to content

Commit 4850ef7

Browse files
committed
scope test for Akka
1 parent ff5111b commit 4850ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ object Build extends Build {
166166
"org.msgpack" % "msgpack" % "0.6.11" % "test",
167167
junitInterface,
168168
"commons-codec" % "commons-codec" % "1.10" % "test",
169-
"com.typesafe.akka" %% "akka-actor"% "2.3.9"
169+
"com.typesafe.akka" %% "akka-actor"% "2.3.9" % "test"
170170
)
171171

172172
val jacksonLib = Seq(

0 commit comments

Comments
 (0)