Skip to content

Commit 192457c

Browse files
authored
Update scala-collection-compat to 2.8.0 (#663)
1 parent d502fa1 commit 192457c

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.19" % "test",
95-
"org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0" % "test"
95+
"org.scala-lang.modules" %% "scala-collection-compat" % "2.8.0" % "test"
9696
)
9797
)
9898

0 commit comments

Comments
 (0)