Skip to content

Commit 7ba38b1

Browse files
Update akka-actor to 2.6.19 (#631)
* Update akka-actor to 2.6.19 * Revert commit(s) 8decc5c * Update akka-actor to 2.6.19
1 parent b07e5f4 commit 7ba38b1

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
@@ -84,7 +84,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
8484
// For performance comparison with msgpack v6
8585
"org.msgpack" % "msgpack" % "0.6.12" % "test",
8686
// For integration test with Akka
87-
"com.typesafe.akka" %% "akka-actor" % "2.6.18" % "test",
87+
"com.typesafe.akka" %% "akka-actor" % "2.6.19" % "test",
8888
"org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0" % "test"
8989
)
9090
)

0 commit comments

Comments
 (0)