Skip to content

Commit af42f3f

Browse files
Update scala-collection-compat to 2.7.0 (#632)
1 parent f21c886 commit af42f3f

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.18" % "test",
88-
"org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0" % "test"
88+
"org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0" % "test"
8989
)
9090
)
9191

0 commit comments

Comments
 (0)