Skip to content

Commit 965564d

Browse files
Update akka-actor to 2.6.20 (#676)
* Update akka-actor to 2.6.20 * Revert commit(s) 7d76a57 * Update akka-actor to 2.6.20
1 parent 112962c commit 965564d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
9191
// For performance comparison with msgpack v6
9292
"org.msgpack" % "msgpack" % "0.6.12" % "test",
9393
// For integration test with Akka
94-
"com.typesafe.akka" %% "akka-actor" % "2.6.19" % "test",
94+
"com.typesafe.akka" %% "akka-actor" % "2.6.20" % "test",
9595
"org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1" % "test"
9696
)
9797
)

0 commit comments

Comments
 (0)