Skip to content

Commit 14ae202

Browse files
committed
cli/pom.xml: Ensure the version of liblkqllang the module depends on is alligned with the whole project
1 parent 0ed83ff commit 14ae202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkql_jit/cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.adacore</groupId>
6969
<artifactId>liblkqllang</artifactId>
70-
<version>0.1</version>
70+
<version>${config.liblkqllangVersion}</version>
7171
</dependency>
7272

7373
<dependency>

0 commit comments

Comments
 (0)