Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcclean committed Jul 28, 2015
1 parent 6336948 commit 6d319b9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions cyclops-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ modifyPom {
name 'John McClean'
email '[email protected]'
}
developer {
id 'The-Royal-We'
name 'Brendan Carroll'
email '[email protected]'
}
developer {
id 'marcocast'
name 'Marco Castigliego'
email '[email protected]'
}
}
}
}
Expand Down
1 change: 0 additions & 1 deletion cyclops-functionaljava/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ dependencies {
provided 'com.google.guava:guava:18.0'
provided group: 'com.aol.simplereact', name:'simple-react', version:'0.97'
provided 'com.javaslang:javaslang:1.2.2'
// provided 'com.nurkiewicz.lazyseq:lazyseq:0.0.1'
provided group: 'org.projectlombok', name: 'lombok', version:'1.14.2'
provided "org.functionaljava:functionaljava:4.4"
provided "org.functionaljava:functionaljava-java8:4.4"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=5.0.0
version=5.1.0

0 comments on commit 6d319b9

Please sign in to comment.