We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112962c commit 965564dCopy full SHA for 965564d
build.sbt
@@ -91,7 +91,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
91
// For performance comparison with msgpack v6
92
"org.msgpack" % "msgpack" % "0.6.12" % "test",
93
// For integration test with Akka
94
- "com.typesafe.akka" %% "akka-actor" % "2.6.19" % "test",
+ "com.typesafe.akka" %% "akka-actor" % "2.6.20" % "test",
95
"org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1" % "test"
96
)
97
0 commit comments