Skip to content

Commit

Permalink
Upgrade to framework 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knstvk committed Sep 2, 2019
1 parent 3c2ff8b commit e051b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

buildscript {
ext.cubaVersion = '7.0.0'
ext.cubaVersion = '7.1.0'
repositories {
mavenLocal()
maven {
Expand All @@ -27,7 +27,7 @@ apply(plugin: 'cuba')
cuba {
artifact {
group = 'com.haulmont.addon.zookeeper'
version = '1.6.0'
version = '1.7.0'
isSnapshot = false
}
ide {
Expand Down

0 comments on commit e051b0a

Please sign in to comment.