zoltar
zoltar copied to clipboard
Bump cats-kernel_2.12 from 2.4.2 to 2.6.1
Bumps cats-kernel_2.12 from 2.4.2 to 2.6.1.
Release notes
Sourced from cats-kernel_2.12's releases.
Cats 2.6.0 is a binary-compatible release in the 2.x series. It provides support for Scala 2.12, 2.13, 3.0.0-RC2 and 3.0.0-RC3.
Additions
- #3831 Add composition to Representable by
@TimWSpence
- #3832 Representable instance for Tuple2K by
@TimWSpence
- #3837 Provide instance of
Alternative[Set]
in alleycats by@rtyley
- #3836 RepresentableStoreT by
@TimWSpence
Changes
- #3847 Make deprecated catsDataInstancesForNonEmptyMap not implicit by
@joroKr21
(source breaking)- #3720, #3852 fix show interpolation ambiguity with Seq/List by
@tnielens
- #2254, #3856 Remove redundant Monad constraints from Parallel syntax by
@joroKr21
- #3851 Update 'Jump Start Guide' page to modern cats by
@chaitanyawaikar
Cats 2.5.0 is a binary-compatible release in the 2.x series. It provides support for Scala 2.12, 2.13, 3.0.0-RC1 and 3.0.0-RC2.
Additions
- #3808 Chain add fromOption factory method by
@nikiforo
- #3826, #3827 Add syntax for parProduct and parAp by
@nigredo-tori
- #3804, #3805 Add Ior.mergeWith and AlignMergeWith by
@nigredo-tori
- #3806 Add Align instance for Nested by
@nigredo-tori
- #3643, #3823 Add sumAll & productAll by
@phongngtuan
,@larsrh
Changes
- #3818 update Scala to 2.13.5 by
@sh0hei
- #3825 Use -scalajs-mapSourceURI in Scala 3 builds by
@fthomas
- #3377, #3807 Replace Band instance for NonEmptyMap with a Semigroup instance consistent with SortedMap by
@nigredo-tori
- #3480, #3833 Rename master to main by
@travisbrown
,@larsrh
Documentation
- #3814 typo in
ApplicativeError
by@wibisono
Changelog
Sourced from cats-kernel_2.12's changelog.
Version 2.6.0
2021 April 20
Cats 2.6.0 is a binary-compatible release in the 2.x series. It provides support for Scala 2.12, 2.13, 3.0.0-RC2 and 3.0.0-RC3.
Additions
- #3831 Add composition to Representable by
@TimWSpence
- #3832 Representable instance for Tuple2K by
@TimWSpence
- #3837 Provide instance of
Alternative[Set]
in alleycats by@rtyley
- #3836 RepresentableStoreT by
@TimWSpence
Changes
- #3847 Make deprecated catsDataInstancesForNonEmptyMap not implicit by
@joroKr21
(source breaking)- #3720, #3852 fix show interpolation ambiguity with Seq/List by
@tnielens
- #2254, #3856 Remove redundant Monad constraints from Parallel syntax by
@joroKr21
- #3851 Update 'Jump Start Guide' page to modern cats by
@chaitanyawaikar
Version 2.5.0
2021 March 29
Cats 2.5.0 is a binary-compatible release in the 2.x series. It provides support for Scala 2.12, 2.13, 3.0.0-RC1 and 3.0.0-RC2.
Additions
- #3808 Chain add fromOption factory method by
@nikiforo
- #3826, #3827 Add syntax for parProduct and parAp by
@nigredo-tori
- #3804, #3805 Add Ior.mergeWith and AlignMergeWith by
@nigredo-tori
- #3806 Add Align instance for Nested by
@nigredo-tori
- #3643, #3823 Add sumAll & productAll by
@phongngtuan
,@larsrh
Changes
- #3818 update Scala to 2.13.5 by
@sh0hei
- #3825 Use -scalajs-mapSourceURI in Scala 3 builds by
@fthomas
- #3377, #3807 Replace Band instance for NonEmptyMap with a Semigroup instance consistent with SortedMap by
@nigredo-tori
- #3480, #3833 Rename master to main by
@travisbrown
,@larsrh
Documentation
- #3814 typo in
ApplicativeError
by@wibisono
Version 2.4.1
2021 February 10
This release fixes a problem in Cats 2.4.0. It is not binary compatible with Cats 2.4.0. We urge everyone to skip 2.4.0 and upgrade directly to 2.4.1.
... (truncated)
Commits
49e5eb9
Setting version to 2.6.14c1b9db
Merge pull request #3887 from typelevel/topic/scala3-finalfc4a4ad
Merge pull request #3886 from scala-steward/update/sbt-mima-plugin-0.9.1b82c02f
Scala 3.0.0 finaldd1777b
Update sbt-mima-plugin to 0.9.1529dab9
Merge pull request #3885 from scala-steward/update/kind-projector-0.12.079cd6a2
Update kind-projector to 0.12.067b2f80
Merge pull request #3884 from scala-steward/update/sbt-jmh-0.4.2bdc34f6
Update sbt-jmh to 0.4.22732570
Merge pull request #3883 from scala-steward/update/sbt-jmh-0.4.1- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)