Skip to content

Commit 1d50aaa

Browse files
authored
Merge pull request #6 from usethesource/rascal-0.41.2
Bumped Rascal and salix-core dependencies
2 parents 361d329 + f8cce27 commit 1d50aaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
<dependency>
3434
<groupId>org.rascalmpl</groupId>
3535
<artifactId>rascal</artifactId>
36-
<version>0.41.0</version>
36+
<version>0.41.2</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.rascalmpl</groupId>
4040
<artifactId>salix-core</artifactId>
41-
<version>0.2.8</version>
41+
<version>0.2.9</version>
4242
</dependency>
4343
</dependencies>
4444

@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.rascalmpl</groupId>
7979
<artifactId>rascal-maven-plugin</artifactId>
80-
<version>0.30.0</version>
80+
<version>0.30.3</version>
8181
<configuration>
8282
<errorsAsWarnings>true</errorsAsWarnings>
8383
<bin>${project.build.outputDirectory}</bin>

0 commit comments

Comments
 (0)