aol / cyclops-integration

Home of the cyclops integration modules : support for Scala, Clojure, RxJava (1+2), Reactor, FunctionalJava, Guava, Dexx & Vavr
http://cyclops-react.io
MIT License
443 stars 51 forks source link

Wrong version for jool dependency in sequence-api #83

Closed c0nscience closed 8 years ago

c0nscience commented 8 years ago

Hi,

I use the current version of the cyclops-try lib and got an compile error because the 'jool' version is not properly set in the sequence-api dependency:

    <dependency>
      <groupId>org.jooq</groupId>
      <artifactId>jool</artifactId>
      <version>joolVersion</version>
      <scope>compile</scope>
    </dependency>

The error was introduced with this commit: https://github.com/aol/cyclops/commit/3d47d32137c45112048fb9ea047d42c710dc3c67#diff-79384ab05567c9cefb8bcfd800a96a63

c0nscience commented 8 years ago

Fixed and merged with pull request: https://github.com/aol/cyclops/pull/84