Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency ch.epfl.scala:sbt-version-policy to v1.2.1 #8

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ch.epfl.scala:sbt-version-policy plugin minor 1.0.0-RC5 -> 1.2.1

Release Notes

scalacenter/sbt-version-policy (ch.epfl.scala:sbt-version-policy)

v1.2.1: 1.2.1

Compare Source

Enhancements

  • #​97 Reduce memory consumption

v1.2.0: 1.2.0

Compare Source

sbt-version-policy 1.2.0 requires sbt 1.5

Enhancements

  • #​95 Exclude modules defined in the current build from dependency checks, and add an example of use with sbt-dynver

v1.1.0: 1.1.0

Compare Source

sbt-version-policy 1.1.0 requires sbt 1.5.

Fixes

  • #​88 Source incompatibilities caused by bumped dependencies are now reported as errors. Previously, the task versionPolicyReportDependencyIssues was only checking that binary incompatibilities were not introduced, but it was not handling source incompatibilities. This is now fixed.

Enhancements

  • #​89 The versioning scheme used by the project library dependencies is now taken into account (when defined) instead of assuming PVP. Deprecation: versionPolicyDependencySchemes is now replaced by libraryDependencySchemes (provided by sbt). Note however that libraryDependencySchemes does not support wildcards, so you will have to list all the artifacts like so:

    // Deprecated way
    versionPolicyDependencySchemes += "org.typelevel" %% "cats-*" % "semver-spec"
    // New way
    libraryDependencySchemes ++= Seq(
      "org.typelevel" %% "cats-core" % "semver-spec",
      "org.typelevel" %% "cats-effect" % "semver-spec"
    )
  • #​91 Improve reporting by showing more messages, with more actionable content.

  • #​92 Add documentation on how to integrate with sbt-release and sbt-ci-release.

v1.0.1: 1.0.1

Compare Source

  • #​79 Add support for Scala 3 projects

v1.0.0: 1.0.0

Compare Source

This is the first stable release of sbt-version-policy.

Compared to RC5, the following changes have been made:

  • #​68 Allow versionPolicyFirstVersion to be defined when bumping the major version
  • #​64 Honor publish / skip setting

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@robstoll robstoll merged commit 326f14d into main Mar 21, 2024
2 checks passed
@renovate renovate bot deleted the renovate/ch.epfl.scala-sbt-version-policy-1.x branch March 21, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant