File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
</parent >
9
9
<groupId >org.robotframework</groupId >
10
10
<artifactId >remoteswinglibrary</artifactId >
11
- <version >2.2.8 </version >
11
+ <version >2.2.9 </version >
12
12
<packaging >jar</packaging >
13
13
14
14
<name >robotframework-remoteswinglibrary</name >
45
45
<dependency >
46
46
<groupId >org.robotframework</groupId >
47
47
<artifactId >swinglibrary</artifactId >
48
- <version >2.2.0 </version >
48
+ <version >2.2.1 </version >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >org.robotframework</groupId >
146
146
<plugin >
147
147
<groupId >org.robotframework</groupId >
148
148
<artifactId >robotframework-maven-plugin</artifactId >
149
- <version >1.7.2 </version >
149
+ <version >1.8.0 </version >
150
150
<executions >
151
151
<execution >
152
152
<goals >
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ def _tobool(value):
115
115
return str (value ).lower () in ("true" , "1" , "yes" )
116
116
117
117
118
- __version__ = '2.2.8 '
118
+ __version__ = '2.2.9 '
119
119
120
120
121
121
class RemoteSwingLibrary (object ):
You can’t perform that action at this time.
0 commit comments