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 48f67c6 commit d937926Copy full SHA for d937926
build.sbt
@@ -92,7 +92,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
92
"org.msgpack" % "msgpack" % "0.6.12" % "test",
93
// For integration test with Akka
94
"com.typesafe.akka" %% "akka-actor" % "2.6.19" % "test",
95
- "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.0" % "test"
+ "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1" % "test"
96
)
97
98
0 commit comments