We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec2498 commit 3cd9911Copy full SHA for 3cd9911
1 file changed
java/wasm/pom.xml
@@ -15,6 +15,7 @@
15
16
<properties>
17
<chicory.version>1.7.5</chicory.version>
18
+ <redline.version>0.0.2</redline.version>
19
</properties>
20
21
<dependencyManagement>
@@ -66,7 +67,7 @@
66
67
<dependency>
68
<groupId>io.roastedroot</groupId>
69
<artifactId>redline</artifactId>
- <version>0.0.1</version>
70
+ <version>${redline.version}</version>
71
</dependency>
72
</dependencies>
73
@@ -75,7 +76,7 @@
75
76
<plugin>
77
78
<artifactId>redline-compiler-maven-plugin</artifactId>
79
80
<executions>
81
<execution>
82
<id>prism</id>
0 commit comments