Skip to content

Commit f2dccd5

Browse files
authored
Merge pull request #52 from reportportal/rc/5.13.1
Release 5.13.1
2 parents 6efe3a1 + d8c15e1 commit f2dccd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ ext['junit-jupiter.version'] = "${junitVersion}"
4444

4545
dependencies {
4646
if (releaseMode) {
47-
implementation 'com.github.reportportal:commons-dao:71ef80c'
47+
implementation 'com.epam.reportportal:commons-dao'
4848
implementation 'com.epam.reportportal:plugin-api'
4949
annotationProcessor 'com.epam.reportportal:plugin-api'
5050
} else {
51-
implementation 'com.github.reportportal:commons-dao:71ef80c'
51+
implementation 'com.epam.reportportal:commons-dao'
5252
implementation 'com.epam.reportportal:plugin-api'
5353
annotationProcessor 'com.epam.reportportal:plugin-api'
5454
}

0 commit comments

Comments
 (0)