From 78927925f8acb16b683b50aa1b8d8c222cbb9c0c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 20 Dec 2021 19:28:31 +0100 Subject: [PATCH] Update akka-actor to 2.6.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b8c4b9d5..2c009eb6 100644 --- a/build.sbt +++ b/build.sbt @@ -84,7 +84,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core")) // For performance comparison with msgpack v6 "org.msgpack" % "msgpack" % "0.6.12" % "test", // For integration test with Akka - "com.typesafe.akka" %% "akka-actor" % "2.6.17" % "test", + "com.typesafe.akka" %% "akka-actor" % "2.6.18" % "test", "org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0" % "test" ) )