Skip to content

Commit

Permalink
Update scala-collection-compat to 2.6.0 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 1, 2022
1 parent 9d9343b commit 0410f14
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 @@ -46,7 +46,7 @@ lazy val `zio-s3` = project
if (scalaVersion.value == ScalaDotty)
Seq()
else
Seq("org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0")
Seq("org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0")
},
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
)
Expand Down

0 comments on commit 0410f14

Please sign in to comment.