Skip to content

Commit

Permalink
Update scala-collection-compat to 2.4.0 (#291)
Browse files Browse the repository at this point in the history
Co-authored-by: Dejan Mijić <[email protected]>
  • Loading branch information
scala-steward and mijicd authored Jan 29, 2021
1 parent 536739b commit 1f1264d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Dependencies {
lazy val opentelemetry = zio ++ Seq(
"io.opentelemetry" % "opentelemetry-api" % Versions.opentelemetry,
"io.opentelemetry" % "opentelemetry-exporters-inmemory" % Versions.opentelemetry % Test,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.3.2"
"org.scala-lang.modules" %% "scala-collection-compat" % "2.4.0"
)

lazy val opencensus = zio ++ Seq(
Expand Down

0 comments on commit 1f1264d

Please sign in to comment.