Skip to content

Commit 442860b

Browse files
committed
Update description and Chicory dependency
1 parent 78b5296 commit 442860b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-wasm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>prism-parser-wasm</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
88
<name>Java WASM Prism</name>
9-
<description>Pure Java Prism using Chicory WASM runtime</description>
9+
<description>Pure Java Prism API using Chicory WASM AOT runtime</description>
1010

1111

1212
<properties>
@@ -15,7 +15,7 @@
1515
<maven.compiler.source>21</maven.compiler.source>
1616
<maven.compiler.target>21</maven.compiler.target>
1717

18-
<chicory.version>1.7.2</chicory.version>
18+
<chicory.version>1.7.3</chicory.version>
1919
<junit.version>6.0.3</junit.version>
2020
</properties>
2121

0 commit comments

Comments
 (0)