We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d67316 commit 8a137f6Copy full SHA for 8a137f6
1 file changed
pom.xml
@@ -16,6 +16,7 @@
16
<junit.version>5.12.1</junit.version>
17
<maven.compiler.source>21</maven.compiler.source>
18
<maven.compiler.target>21</maven.compiler.target>
19
+ <prism.parser.version>0.0.3</prism.parser.version>
20
</properties>
21
22
<issueManagement>
@@ -67,12 +68,12 @@
67
68
<dependency>
69
<groupId>org.ruby-lang</groupId>
70
<artifactId>prism-parser-api</artifactId>
- <version>0.0.2</version>
71
+ <version>${prism.parser.version}</version>
72
</dependency>
73
74
75
<artifactId>prism-parser-wasm</artifactId>
76
77
78
</dependencies>
79
0 commit comments