Skip to content

Commit 90e1872

Browse files
committed
Update scala-collection-compat to 2.14.0
1 parent 918a396 commit 90e1872

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
@@ -149,7 +149,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
149149
"org.msgpack" % "msgpack" % "0.6.12" % "test",
150150
// For integration test with Akka
151151
"com.typesafe.akka" %% "akka-actor" % "2.6.20" % "test",
152-
"org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0" % "test"
152+
"org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0" % "test"
153153
)
154154
)
155155

0 commit comments

Comments
 (0)