All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.coursier.error.conflict.StrictRule.scala Maven / Gradle / Ivy

There is a newer version: 2.1.25-M3
Show newest version
package coursier.error.conflict

import coursier.core.Resolution
import coursier.error.ResolutionError.UnsatisfiableRule
import coursier.params.rule.Rule

// format: off
final class StrictRule(
  resolution: Resolution,
  rule: Rule,
  conflict: UnsatisfiedRule
) extends UnsatisfiableRule(
  resolution,
  rule,
  conflict,
  s"Rule $rule not satisfied: $conflict"
)
// format: on




© 2015 - 2025 Weber Informatics LLC | Privacy Policy