We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 361d329 + f8cce27 commit 1d50aaaCopy full SHA for 1d50aaa
pom.xml
@@ -33,12 +33,12 @@
33
<dependency>
34
<groupId>org.rascalmpl</groupId>
35
<artifactId>rascal</artifactId>
36
- <version>0.41.0</version>
+ <version>0.41.2</version>
37
</dependency>
38
39
40
<artifactId>salix-core</artifactId>
41
- <version>0.2.8</version>
+ <version>0.2.9</version>
42
43
</dependencies>
44
@@ -77,7 +77,7 @@
77
<plugin>
78
79
<artifactId>rascal-maven-plugin</artifactId>
80
- <version>0.30.0</version>
+ <version>0.30.3</version>
81
<configuration>
82
<errorsAsWarnings>true</errorsAsWarnings>
83
<bin>${project.build.outputDirectory}</bin>
0 commit comments