Skip to content

Commit

Permalink
Upgraded to latest rascal version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Aug 27, 2024
1 parent ca67417 commit 5606f3f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 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.27.5</version>
<version>0.28.1</version>
<configuration>
<errorsAsWarnings>false</errorsAsWarnings>
<bin>${project.build.outputDirectory}</bin>
Expand Down Expand Up @@ -158,7 +158,13 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.4</version>
<version>0.40.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.7</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -167,5 +173,10 @@
<version>0.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
</dependencies>
</project>

0 comments on commit 5606f3f

Please sign in to comment.