-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
When we update our project to sbt-fs2-grpc:2.7.10 and use it with sbt-version-policy, we suddenly get incompatible version change errors:
[error] Incompatibilities with dependencies of grpc:1.1.0
[error] com.google.guava:guava: incompatible version change from 31.0.1-android to 32.0.1-jre (compatibility: early semantic versioning)
[error] com.google.j2objc:j2objc-annotations: incompatible version change from 1.3 to 2.8 (compatibility: early semantic versioning)
[error] io.perfmark:perfmark-api: incompatible version change from 0.25.0 to 0.26.0 (compatibility: early semantic versioning)
[error] io.grpc:grpc-context: missing dependency
[error] org.checkerframework:checker-compat-qual: missing dependencyWhile manageable, it is unfortunate that this error happens during patch version update of a SBT plugin.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels