Skip to content

Commit

Permalink
0.99.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcclean committed Dec 14, 2015
1 parent dbef3d3 commit 9129288
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ apply plugin: 'jacoco'
apply from: custom('jacoco-version')

sourceCompatibility = 1.8
version = '0.99.5'
version = '0.99.6'
jar {
manifest {
attributes 'Implementation-Title': 'Simple React', 'Implementation-Version': version
attributes 'Implementation-Title': 'simple-react', 'Implementation-Version': version
}
}
shadowJar {
Expand Down Expand Up @@ -60,10 +60,10 @@ dependencies {
compile group: 'org.slf4j', name: 'jcl-over-slf4j', version:'1.7.13'
compile 'org.reactivestreams:reactive-streams:1.0.0'
compile 'com.aol.cyclops:cyclops-sequence-api:6.2.0'
compile 'com.aol.cyclops:cyclops-streams:6.2.0'
compile 'com.aol.cyclops:cyclops-monad-api:6.2.0'
compile 'com.aol.cyclops:cyclops-functions:6.2.0'
compile 'com.aol.cyclops:cyclops-for-comprehensions:6.2.0'
compile 'com.aol.cyclops:cyclops-streams:6.2.3'
compile 'com.aol.cyclops:cyclops-monad-api:6.2.3'
compile 'com.aol.cyclops:cyclops-functions:6.2.3'
compile 'com.aol.cyclops:cyclops-for-comprehensions:6.2.3'
testCompile 'org.reactivestreams:reactive-streams-tck:1.0.0'
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.hamcrest', name: 'hamcrest-all', version:'1.3'
Expand Down

0 comments on commit 9129288

Please sign in to comment.