From 19b7fd3aecfbb5c80085f42047c97091561c0b2c Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Thu, 2 Jun 2022 06:29:13 +0000 Subject: [PATCH] Update akka-actor to 2.6.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5d01030e..fabd193c 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.18" % "test", + "com.typesafe.akka" %% "akka-actor" % "2.6.19" % "test", "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0" % "test" ) )