com-lihaoyi / scalatags

ScalaTags is a small XML/HTML construction library for Scala.
https://com-lihaoyi.github.io/scalatags/
MIT License
757 stars 117 forks source link

Dependency on com.lihaoyi:geny version 0.2.0 instead of 1.0.0 #265

Closed bwbecker closed 9 months ago

bwbecker commented 1 year ago
[error] (update) found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
[error] 
[error]     * com.lihaoyi:geny_2.13:1.0.0 (early-semver) is selected over 0.2.0
[error]         +- com.lihaoyi:fastparse_2.13:3.0.0                   (depends on 1.0.0)
[error]         +- com.lihaoyi:scalatags_2.13:0.8.2                   (depends on 0.2.0)
lolgab commented 9 months ago

You need to update scalatags to version 0.12.0 which also depends on geny 1.0.0.