Skip to content

Commit d45bf2e

Browse files
authored
Update the Remote-Robot to version 0.11.12 (#87)
Fixes #86 Signed-off-by: Zbynek Cervinka <[email protected]>
1 parent 63ded5d commit d45bf2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
Add the following dependency:
3333
```
3434
dependencies {
35-
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.6'
35+
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.7-SNAPSHOT'
3636
}
3737
```
3838

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
group 'com.redhat.devtools.intellij'
1010
version projectVersion
1111

12-
def remoteRobotVersion = '0.11.11'
12+
def remoteRobotVersion = '0.11.12'
1313

1414
repositories {
1515
mavenLocal()

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
projectVersion=0.0.6
1+
projectVersion=0.0.7-SNAPSHOT
22
nexusUser=invalid
33
nexusPassword=invalid

0 commit comments

Comments
 (0)