File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## 0.3.0 (Feb 15, 2024)
3
+ ## 0.4.0 (May 7, 2024)
4
+ - Add support for IntelliJ 2024.1
5
+ - Update the ` Remote-Robot ` to version 0.11.22
6
+
7
+ - ## 0.3.0 (Feb 15, 2024)
4
8
- Add support for IntelliJ CE 2023.2
5
9
- Added custom test-project location
6
10
- Update the ` Remote-Robot ` to version 0.11.18
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ repositories {
32
32
Add the following dependency:
33
33
```
34
34
dependencies {
35
- compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.3.1-SNAPSHOT '
35
+ compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.4.0 '
36
36
}
37
37
```
38
38
Original file line number Diff line number Diff line change 1
- projectVersion =0.3.1-SNAPSHOT
1
+ projectVersion =0.4.0
2
2
nexusUser =invalid
3
3
nexusPassword =invalid
You can’t perform that action at this time.
0 commit comments