Skip to content

Commit 4059d91

Browse files
committed
Use 3.1.9-SNAPSHOT version of java-api
1 parent bbbdbb5 commit 4059d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.utplsql</groupId>
66
<artifactId>cli</artifactId>
7-
<version>3.1.8-SNAPSHOT</version>
7+
<version>3.1.9-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>cli</name>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.utplsql</groupId>
2525
<artifactId>java-api</artifactId>
26-
<version>3.1.8</version>
26+
<version>3.1.9-SNAPSHOT</version>
2727
<scope>compile</scope>
2828
<exclusions>
2929
<exclusion>

0 commit comments

Comments
 (0)