Skip to content

Commit 3272530

Browse files
Update akka-actor to 2.6.18 (#614)
1 parent 14624bd commit 3272530

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.17" % "test",
87+
"com.typesafe.akka" %% "akka-actor" % "2.6.18" % "test",
8888
"org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0" % "test"
8989
)
9090
)

0 commit comments

Comments
 (0)