We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b5296 commit 442860bCopy full SHA for 442860b
java-wasm/pom.xml
@@ -6,7 +6,7 @@
6
<artifactId>prism-parser-wasm</artifactId>
7
<version>0.0.1-SNAPSHOT</version>
8
<name>Java WASM Prism</name>
9
- <description>Pure Java Prism using Chicory WASM runtime</description>
+ <description>Pure Java Prism API using Chicory WASM AOT runtime</description>
10
11
12
<properties>
@@ -15,7 +15,7 @@
15
<maven.compiler.source>21</maven.compiler.source>
16
<maven.compiler.target>21</maven.compiler.target>
17
18
- <chicory.version>1.7.2</chicory.version>
+ <chicory.version>1.7.3</chicory.version>
19
<junit.version>6.0.3</junit.version>
20
</properties>
21
0 commit comments