Skip to content

Commit

Permalink
fixed rascal and rascal-maven-plugin versions for BOOT1
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed May 13, 2024
1 parent b32b90b commit 7cd62d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.38.2-BOOT1</version>
<version>0.26.0-BOOT1</version>
<!-- <configuration>
<generated>${project.build.directory}/generated-test-sources</generated>
<mainModule>GenerateTestSources</mainModule>
Expand Down Expand Up @@ -239,7 +239,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.36.1-RC2</version>
<version>0.38.2-BOOT1</version>
</dependency>
</dependencies>
</project>

0 comments on commit 7cd62d5

Please sign in to comment.