move to monix 3.0.0-RC2
See original GitHub issuewould you mind updating your monix dependency to 3.0.0-RC2? some source changes (maybe just one?) will be needed:
sbt:root> animate/compile
[warn] Credentials file /Users/tisue/.sbt/sonatype_credential does not exist
[warn] Credentials file /Users/tisue/.sbt/sonatype_credential does not exist, ignoring it
[warn] Credentials file /Users/tisue/.sbt/sonatype_credential does not exist, ignoring it
[info] Compiling 65 Scala sources to /Users/tisue/doodle/core/target/scala-2.12/classes ...
[info] Done compiling.
[info] Compiling 6 Scala sources to /Users/tisue/doodle/animate/target/scala-2.12/classes ...
[error] /Users/tisue/doodle/animate/src/main/scala/doodle/animate/java2d/Java2dAnimator.scala:47:31: type mismatch;
[error] found : cats.effect.IO[A]
[error] required: monix.eval.Task[?]
[error] .mapEval(img => e.render(canvas)(algebra => img(algebra)))
[error] ^
[error] one error found
[error] (animate / Compile / compileIncremental) Compilation failed
[error] Total time: 13 s, completed Jan 4, 2019 9:12:40 AM
context: this would allow me to keep Doodle in the Scala 2.12 community build. currently it is failing
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Version 3.0.0-RC2 - Monix
This is the second release candidate for Monix 3, version 3.0.0-RC2 . The major theme of this release is compatibility with Cats-Effect ...
Read more >monix/CHANGES.md at series/4.x - GitHub
Version 3.4.1 (May 7, 2022). This is a minor bug-fixing release for the 3.x series. Updated dependencies (#1554):. Scala compiler updated to 2.12.15, ......
Read more >monix/monix - Gitter
Oh now I see that cats-effect 1.0.0 support is planned for 3.0.0-RC2 Googled by exceptions so missed this monix/monix#710
Read more >index for package monix.eval - monix-eval_2.12 3.0.0-4ceea29 ...
Task represents a specification for a possibly lazy or asynchronous computation, which when executed will produce an A as a result, along with...
Read more >Monix Observable groupBy large number of keys without ...
I try to perform splitting single Observable in Monix by key, then group up to last n ... monix version: 3.0.0-RC2; scala version:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think I’ve fixed this now.
Thanks. I’ll look into it in more detail once I’ve finished the SVG renderer I’m working on. This shouldn’t take long to complete.
On Sat, Jan 5, 2019 at 11:20 PM Seth Tisue notifications@github.com wrote: