Skip to content

Commit

Permalink
Using latest versions of typepal and rascal
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Jul 22, 2024
1 parent 1147b46 commit f93aebd
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 @@ -161,7 +161,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.28.0-RC1</version>
<version>0.28.1-BOOT4</version>
<configuration>
<generated>${project.build.directory}/generated-test-sources</generated>
<mainModule>GenerateTestSources</mainModule>
Expand Down Expand Up @@ -224,7 +224,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>typepal</artifactId>
<version>0.13.3</version>
<version>0.13.4</version>
</dependency>
<dependency>
<groupId>io.usethesource</groupId>
Expand All @@ -239,7 +239,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.6</version>
<version>0.40.7</version>
</dependency>
</dependencies>
</project>

0 comments on commit f93aebd

Please sign in to comment.