Skip to content

Commit 26e4027

Browse files
committed
updated to soft-reference 0.5.1
1 parent 52008dc commit 26e4027

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ buildscript {
44
repositories {
55

66
mavenLocal()
7+
maven {
8+
url "https://dl.bintray.com/mariodavid/cuba-components"
9+
}
710
maven {
811
url 'https://repo.cuba-platform.com/content/groups/work'
912
credentials {
@@ -99,7 +102,7 @@ subprojects {
99102
dependencies {
100103
appComponent("com.haulmont.cuba:cuba-global:$cubaVersion")
101104
appComponent("de.balvi.cuba.declarativecontrollers:declarativecontrollers-global:0.8.0")
102-
appComponent("de.diedavids.cuba.entitysoftreference:entity-soft-reference-global:0.5.0")
105+
appComponent("de.diedavids.cuba.entitysoftreference:entity-soft-reference-global:0.5.1")
103106

104107
}
105108

0 commit comments

Comments
 (0)