Skip to content

Commit

Permalink
Merge pull request #4 from SWAT-engineering/chore/update-rascal-version
Browse files Browse the repository at this point in the history
Updated to latest rascal, rascal-maven-plugin, and salix-core
  • Loading branch information
jurgenvinju authored Nov 7, 2024
2 parents effba16 + 594b002 commit 37d4beb
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.8</version>
<version>0.28.9</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.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>
</project>

0 comments on commit 37d4beb

Please sign in to comment.