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 4bb8a03 commit 4853f04Copy full SHA for 4853f04
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.20" % "test",
95
- "org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0" % "test"
+ "org.scala-lang.modules" %% "scala-collection-compat" % "2.10.0" % "test"
96
)
97
98
0 commit comments