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

Facilitate using the plugin for custom reports #121

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    4a1ab6f View commit details
    Browse the repository at this point in the history
  2. versionPolicyDependencyIssuesReporter task

    It provides a DependencyCheck.Reporter, which enables passing an arbitrary
    compatibility intention and previous module IDs, while still computing
    everything else from SBT.
    
    Then, versionPolicyFindDependencyIssues is refactored to use
    versionPolicyDependencyIssuesReporter, and only supply the compatibility
    intention and previous module IDs to it, based on SBT settings as before.
    nafg committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    7dc19ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd7b3e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    0ead71a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Update sbt-version-policy/src/main/scala/sbtversionpolicy/internal/De…

    …pendencyCheck.scala
    
    Co-authored-by: Julien Richard-Foy <julien@richard-foy.fr>
    nafg and julienrf committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    a89f41f View commit details
    Browse the repository at this point in the history