Skip to content

Commit

Permalink
Merge pull request #315 from scala-steward/update/scala-collection-co…
Browse files Browse the repository at this point in the history
…mpat-2.6.0

Update scala-collection-compat to 2.6.0
  • Loading branch information
lukoyanov authored Nov 10, 2021
2 parents 438b9c8 + 5d12db2 commit 1d41f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ lazy val testKit = crossProject(JSPlatform, JVMPlatform)
name := "cats-time-testkit",
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.15.4",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.5.0"
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.6.0"
)
)
.jsSettings(scalaJSLinkerConfig ~= (_.withModuleKind(ModuleKind.CommonJSModule)))
Expand All @@ -104,7 +104,7 @@ lazy val commonSettings = Seq(
"org.typelevel" %%% "cats-core" % "2.6.1",
"org.typelevel" %%% "cats-laws" % "2.6.1" % Test,
"org.typelevel" %%% "discipline-munit" % "1.0.9" % Test,
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.5.0" % Test
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.6.0" % Test
)
)

Expand Down

0 comments on commit 1d41f80

Please sign in to comment.