Skip to content

Commit

Permalink
Using latest rascal and rascal-core
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Oct 17, 2024
1 parent 286ff48 commit 859fde8
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.1</version>
<version>0.28.5</version>
<configuration>
<errorsAsWarnings>true</errorsAsWarnings>
<enableStandardLibrary>false</enableStandardLibrary>
Expand Down Expand Up @@ -145,12 +145,12 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.7</version>
<version>0.40.11</version>
</dependency>
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>salix-core</artifactId>
<version>0.2.4</version>
<version>0.2.5</version>
</dependency>
</dependencies>
</project>

0 comments on commit 859fde8

Please sign in to comment.