Skip to content

Commit

Permalink
Update scala-collection-compat to 2.8.0 (#2311)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Jul 9, 2022
1 parent 4517db9 commit 81edbb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airspec/build.sbt
Expand Up @@ -97,7 +97,7 @@ val buildSettings = Seq[Setting[_]](
if (scalaVersion.value.startsWith("3."))
Seq.empty
else
Seq("org.scala-lang.modules" %%% "scala-collection-compat" % "2.7.0")
Seq("org.scala-lang.modules" %%% "scala-collection-compat" % "2.8.0")
}
)

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -115,7 +115,7 @@ val buildSettings = Seq[Setting[_]](
if (scalaVersion.value.startsWith("3."))
Seq.empty
else
Seq("org.scala-lang.modules" %%% "scala-collection-compat" % "2.7.0")
Seq("org.scala-lang.modules" %%% "scala-collection-compat" % "2.8.0")
}
)

Expand Down

0 comments on commit 81edbb0

Please sign in to comment.