Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit

Permalink
Using newest rascal and typepal to start to close the bootstrap loop
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Nov 7, 2024
1 parent 41996be commit d7374e1
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 @@ -156,7 +156,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.28.5</version>
<version>0.28.9-BOOT1</version>
<!-- disabled for release
<configuration>
<generated>${project.build.directory}/generated-test-sources</generated>
Expand Down Expand Up @@ -228,7 +228,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>typepal</artifactId>
<version>0.14.8-BOOT1</version>
<version>0.14.8</version>
</dependency>
<dependency>
<groupId>io.usethesource</groupId>
Expand All @@ -243,7 +243,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.16</version>
<version>0.40.17</version>
</dependency>
</dependencies>
</project>

0 comments on commit d7374e1

Please sign in to comment.