Skip to content

Commit

Permalink
Merge pull request #91 from usethesource/chore/latest-rascal-checker
Browse files Browse the repository at this point in the history
Updated to non-rc version of new rascal release
  • Loading branch information
rodinaarssen authored Aug 27, 2024
2 parents d4cf3fc + 4226ec6 commit 097f5ac
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 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.3</version>
<version>0.28.1</version>
<configuration>
<errorsAsWarnings>false</errorsAsWarnings>
<bin>${project.build.outputDirectory}</bin>
Expand Down Expand Up @@ -158,7 +158,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.2</version>
<version>0.40.7</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -167,5 +167,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 097f5ac

Please sign in to comment.