Skip to content

Commit

Permalink
Bump RapidMiner dependency to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmknopf committed Aug 2, 2016
1 parent f6296f7 commit d019cdb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ extensionConfig {
*/
//homepage = "www.rapidminer.com"

// define RapidMiner version and extension dependencies
dependencies {
rapidminer '7.1.1'
//extension namespace: 'text', version: '6.1.0'
}
// define RapidMiner version and extension dependencies
dependencies {
rapidminer '7.2.0'
//extension namespace: 'text', version: '7.2.0'
}
}

// Define third party library dependencies
Expand Down

0 comments on commit d019cdb

Please sign in to comment.