Skip to content

Commit

Permalink
Update scala-collection-compat to 2.4.2 (zio#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 17, 2021
1 parent d1d312e commit 72f0cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ libraryDependencies ++= Seq(
"dev.zio" %% "zio-streams" % "1.0.4",
"io.github.vigoo" %% "zio-aws-sqs" % zioAwsVersion,
"io.github.vigoo" %% "zio-aws-netty" % zioAwsVersion,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.4.1",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2",
"dev.zio" %% "zio-test" % "1.0.4" % "test",
"dev.zio" %% "zio-test-sbt" % "1.0.4" % "test",
"org.elasticmq" %% "elasticmq-rest-sqs" % "0.15.6" % "test",
Expand Down

0 comments on commit 72f0cd6

Please sign in to comment.