You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[error] Incompatibilities with dependencies of choam-skiplist:0.4.0
[error] org.scala-js:scalajs-scalalib_2.13: incompatible version change from 2.13.14+1.16.0 to 2.13.15+1.16.0 (compatibility: strict semantic versioning)
[error] Incompatibilities with dependencies of choam-skiplist:0.4.1
[error] org.scala-js:scalajs-scalalib_2.13: incompatible version change from 2.13.14+1.16.0 to 2.13.15+1.16.0 (compatibility: strict semantic versioning)
The error seems to be caused by org.scala-js:scalajs-scalalib_2.13, whose version is updated from 2.13.14+1.16.0 to 2.13.15+1.16.0. I believe this error is a false positive, as it's supposed to be backward compatible.
The text was updated successfully, but these errors were encountered:
When upgrading a cross-built project from Scala 2.13.14 to 2.13.15, there are some dependency errors reported by
versionPolicyReportDependencyIssues
. See for example here: https://github.com/durban/choam/actions/runs/11059425885/job/30727717814#step:24:4147The error seems to be caused by
org.scala-js:scalajs-scalalib_2.13
, whose version is updated from2.13.14+1.16.0
to2.13.15+1.16.0
. I believe this error is a false positive, as it's supposed to be backward compatible.The text was updated successfully, but these errors were encountered: