Skip to content

Commit

Permalink
Update scala-collection-compat to 2.9.0 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 6, 2022
1 parent 561e84c commit f4782ef
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 @@ -26,7 +26,7 @@ libraryDependencies ++= Seq(
"org.scalamock" %% "scalamock" % "5.2.0" % Test,
"com.adobe.testing" % "s3mock-testcontainers" % "2.4.16" % Test,
"org.slf4j" % "slf4j-simple" % "1.7.36" % Test,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1" % Test,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0" % Test,
)

publishMavenStyle := true
Expand Down

0 comments on commit f4782ef

Please sign in to comment.