Skip to content

Commit

Permalink
Update scala-collection-compat to 2.13.0 (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Feb 2, 2025
1 parent dc20a31 commit ce81c65
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 @@ -36,7 +36,7 @@ object Dependencies {
"org.apache.cassandra" % "java-driver-core" % driverVersion,
"io.netty" % "netty-handler" % nettyVersion,
logback % Test,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0" % Test,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.pegdown" % "pegdown" % "1.6.0" % Test,
"org.osgi" % "org.osgi.core" % "6.0.0" % Provided)
Expand Down

0 comments on commit ce81c65

Please sign in to comment.