We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e7755 commit e50e15aCopy full SHA for e50e15a
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.mobilebox.appium.repl</groupId>
5
<artifactId>appium-repl</artifactId>
6
- <version>0.1.0</version>
+ <version>0.2.0</version>
7
<name>Appium REPL</name>
8
<description>Simple Java REPL (Read-eval-print Loop) for controlling mobile apps through Appium</description>
9
@@ -26,7 +26,7 @@
26
<dependency>
27
<groupId>io.appium</groupId>
28
<artifactId>java-client</artifactId>
29
- <version>4.1.1</version>
+ <version>5.0.0-BETA2</version>
30
</dependency>
31
32
@@ -41,7 +41,6 @@
41
<version>1.6.1</version>
42
43
44
-
45
46
<groupId>com.github.vidstige</groupId>
47
<artifactId>jadb</artifactId>
0 commit comments