Skip to content

Commit

Permalink
Merge pull request #29 from usethesource/chore/update-rascal-version
Browse files Browse the repository at this point in the history
Updating to latest rascal and rascal-maven-plugin
  • Loading branch information
rodinaarssen authored Nov 7, 2024
2 parents 9d97564 + cc73b99 commit d3fa177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.28.8</version>
<version>0.28.9</version>
<configuration>
<errorsAsWarnings>false</errorsAsWarnings>
<bin>${project.build.outputDirectory}</bin>
Expand Down Expand Up @@ -160,7 +160,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.14</version>
<version>0.40.17</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
Expand Down

0 comments on commit d3fa177

Please sign in to comment.