Skip to content

Commit 8b9eb8b

Browse files
Update scala-collection-compat to 2.6.0 (#604)
1 parent 1b94b12 commit 8b9eb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
8585
"org.msgpack" % "msgpack" % "0.6.12" % "test",
8686
// For integration test with Akka
8787
"com.typesafe.akka" %% "akka-actor" % "2.6.17" % "test",
88-
"org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0" % "test"
88+
"org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0" % "test"
8989
)
9090
)
9191

0 commit comments

Comments
 (0)