Skip to content

Commit

Permalink
Merge pull request #13 from SWAT-engineering/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
jurgenvinju authored Oct 30, 2024
2 parents e04170f + 26b24ef commit 9906c76
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 @@ -63,7 +63,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.28.6</version>
<version>0.28.8</version>
<configuration>
<bin>${project.build.outputDirectory}</bin>
<srcs>
Expand Down Expand Up @@ -146,7 +146,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.11</version>
<version>0.40.14</version>
</dependency>
</dependencies>
</project>

0 comments on commit 9906c76

Please sign in to comment.