Skip to content

Commit e50e15a

Browse files
Updated to java-client 5.0.0-BETA2.
1 parent 50e7755 commit e50e15a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.mobilebox.appium.repl</groupId>
55
<artifactId>appium-repl</artifactId>
6-
<version>0.1.0</version>
6+
<version>0.2.0</version>
77
<name>Appium REPL</name>
88
<description>Simple Java REPL (Read-eval-print Loop) for controlling mobile apps through Appium</description>
99

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>io.appium</groupId>
2828
<artifactId>java-client</artifactId>
29-
<version>4.1.1</version>
29+
<version>5.0.0-BETA2</version>
3030
</dependency>
3131

3232
<dependency>
@@ -41,7 +41,6 @@
4141
<version>1.6.1</version>
4242
</dependency>
4343

44-
4544
<dependency>
4645
<groupId>com.github.vidstige</groupId>
4746
<artifactId>jadb</artifactId>

0 commit comments

Comments
 (0)