Skip to content

Commit 5235a83

Browse files
Update scala-collection-compat to 2.9.0 (#697)
1 parent a846ca1 commit 5235a83

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
@@ -92,7 +92,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
9292
"org.msgpack" % "msgpack" % "0.6.12" % "test",
9393
// For integration test with Akka
9494
"com.typesafe.akka" %% "akka-actor" % "2.6.20" % "test",
95-
"org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1" % "test"
95+
"org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0" % "test"
9696
)
9797
)
9898

0 commit comments

Comments
 (0)