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 b07e5f4 commit 7ba38b1Copy full SHA for 7ba38b1
build.sbt
@@ -84,7 +84,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
84
// For performance comparison with msgpack v6
85
"org.msgpack" % "msgpack" % "0.6.12" % "test",
86
// For integration test with Akka
87
- "com.typesafe.akka" %% "akka-actor" % "2.6.18" % "test",
+ "com.typesafe.akka" %% "akka-actor" % "2.6.19" % "test",
88
"org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0" % "test"
89
)
90
0 commit comments