Package

coursier.params

rule

Permalink

package rule

Visibility
  1. Public
  2. All

Type Members

  1. final case class AlwaysFail(doTryResolve: Boolean = false) extends Rule with Product with Serializable

    Permalink

    Always fails.

    Always fails.

    Mostly for testing.

    If doTryResolve is true, tryResolve will return the current Resolution, as if it was attempting to address the issue. Else, it will fail early.

  2. final case class DontBumpRootDependencies(matchers: ModuleMatchers) extends Rule with Product with Serializable

    Permalink
  3. abstract class Rule extends Product with Serializable

    Permalink
  4. sealed abstract class RuleResolution extends Product with Serializable

    Permalink
  5. final case class SameVersion(matchers: Set[ModuleMatcher]) extends Rule with Product with Serializable

    Permalink

    Forces some modules to all have the same version.

    Forces some modules to all have the same version.

    If ever different versions are found, the highest one is currently selected.

  6. final case class Strict(include: Set[ModuleMatcher] = Set(ModuleMatcher.all), exclude: Set[ModuleMatcher] = Set.empty, includeByDefault: Boolean = false, ignoreIfForcedVersion: Boolean = true, semVer: Boolean = false) extends Rule with Product with Serializable

    Permalink

Value Members

  1. object AlwaysFail extends Serializable

    Permalink
  2. object DontBumpRootDependencies extends Serializable

    Permalink
  3. object RuleResolution extends Serializable

    Permalink
  4. object SameVersion extends Serializable

    Permalink
  5. object Strict extends Serializable

    Permalink

Ungrouped