Skip to content

Commit

Permalink
Merge pull request #4 from usethesource/chore/update-rascal-version
Browse files Browse the repository at this point in the history
Updating to latest rascal, rascal-maven-plugin, and salix-core
  • Loading branch information
rodinaarssen authored Nov 7, 2024
2 parents e1c2831 + 8543e83 commit 02679b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.14</version>
<version>0.40.17</version>
</dependency>
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>salix-core</artifactId>
<version>0.2.6</version>
<version>0.2.7</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -77,7 +77,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.28.8</version>
<version>0.28.9</version>
<configuration>
<errorsAsWarnings>true</errorsAsWarnings>
<bin>${project.build.outputDirectory}</bin>
Expand Down

0 comments on commit 02679b1

Please sign in to comment.