We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b35aa7 commit 25e0df3Copy full SHA for 25e0df3
1 file changed
build.sbt
@@ -85,7 +85,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
85
"org.msgpack" % "msgpack" % "0.6.12" % "test",
86
// For integration test with Akka
87
"com.typesafe.akka" %% "akka-actor" % "2.5.23" % "test",
88
- "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.3" % "test"
+ "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4" % "test"
89
)
90
91
0 commit comments