Skip to content

Commit

Permalink
Update scala-collection-compat to 2.8.1 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 11, 2022
1 parent 810807f commit af0251b
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.8.0")
Seq("org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1")
},
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
)
Expand Down

0 comments on commit af0251b

Please sign in to comment.