Skip to content

Commit 3cd9911

Browse files
committed
update redline
1 parent aec2498 commit 3cd9911

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

java/wasm/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
<properties>
1717
<chicory.version>1.7.5</chicory.version>
18+
<redline.version>0.0.2</redline.version>
1819
</properties>
1920

2021
<dependencyManagement>
@@ -66,7 +67,7 @@
6667
<dependency>
6768
<groupId>io.roastedroot</groupId>
6869
<artifactId>redline</artifactId>
69-
<version>0.0.1</version>
70+
<version>${redline.version}</version>
7071
</dependency>
7172
</dependencies>
7273

@@ -75,7 +76,7 @@
7576
<plugin>
7677
<groupId>io.roastedroot</groupId>
7778
<artifactId>redline-compiler-maven-plugin</artifactId>
78-
<version>0.0.1</version>
79+
<version>${redline.version}</version>
7980
<executions>
8081
<execution>
8182
<id>prism</id>

0 commit comments

Comments
 (0)