japgolly / scalajs-react

Facebook's React on Scala.JS
https://japgolly.github.io/scalajs-react/
Apache License 2.0
1.64k stars 231 forks source link

Missing / misspelled packages in MODULES.md #1077

Closed dcm closed 1 year ago

dcm commented 1 year ago

I'm following the guide for making cats-effect the default effect type. I'm using Scala.JS 1.10, Scala 2.13.5, and SBT 1.7.1.

I get a SBT sbt.librarymanagement.ResolveException when trying to download com.github.japgolly.scalajs-react:callback-ext-cats-effect_sjs1_2.13:2.1.1. Turns out that the package on Maven is spelled differently: com.github.japgolly.scalajs-react:callback-ext-cats_effect_sjs1_2.13:2.1.1 (i.e. cats_effect instead of cats-effect).

I'm getting the same exception when trying to download com.github.japgolly.scalajs-react:core-cats-effect_sjs1_2.13. It looks like the closest match on Maven is com.github.japgolly.webapp-util:core-cats-effect_sjs1_2.13:2.0.0-RC4 (i.e. a different group and different version).

Is the guide for setting cats-effect as the default effect type out of date? Or is there an issue pushing artifacts to Maven? Should I be using a different resolver?

Thanks!

dcm commented 1 year ago

I was browsing an old version... the version on master has everything correct. Please ignore.