Skip to content

0.99.4 of simple-react : depedency version updates

Compare
Choose a tag to compare
@johnmcclean johnmcclean released this 30 Oct 10:37
· 3131 commits to master since this release

The 0.99.4 release updates the version of the following dependencies

  • cyclops to 6.0.3
  • agrona to 0.45

The 0.99.4 release also fixes the following bugs

slice, scanLeft, scanRight creating a nested LazyFutureStream
LazyFutureStream#shuffle has the wrong method signature

Adding simple-react as a Dependency

Gradle

compile group: 'com.aol.simplereact', name:'simple-react', version:'0.99.4’

Maven

 <dependency>
   <groupId>com.aol.simplereact</groupId>
     <artifactId>simple-react</artifactId>
      <version>0.99.4</version>
     <scope>compile</scope>
   </dependency>

Javadoc

http://www.javadoc.io/doc/com.aol.simplereact/simple-react/0.99.4