Skip to content

Commit

Permalink
Updating to latest rascal and rascal-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rodinaarssen committed Oct 29, 2024
1 parent 6f1a04f commit 1a17fcc
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 @@ -59,7 +59,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.28.7</version>
<version>0.28.8</version>
<configuration>
<errorsAsWarnings>false</errorsAsWarnings>
<bin>${project.build.outputDirectory}</bin>
Expand Down Expand Up @@ -158,7 +158,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.13</version>
<version>0.40.14</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1a17fcc

Please sign in to comment.