Skip to content

Commit

Permalink
Merge pull request #3 from SWAT-engineering/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
jurgenvinju authored Oct 30, 2024
2 parents a388a26 + b727c7c commit effba16
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 @@ -45,7 +45,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.28.5</version>
<version>0.28.8</version>
<configuration>
<enableStandardLibrary>false</enableStandardLibrary>
<bin>${project.build.outputDirectory}</bin>
Expand Down Expand Up @@ -144,12 +144,12 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.11</version>
<version>0.40.14</version>
</dependency>
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>salix-core</artifactId>
<version>0.2.5</version>
<version>0.2.6</version>
</dependency>
</dependencies>
</project>

0 comments on commit effba16

Please sign in to comment.