Skip to content

Commit

Permalink
Made a working version of the rascal-maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Jan 7, 2025
1 parent 9cc1c00 commit 0b2c448
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 @@ -34,8 +34,8 @@
<dependencies>
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.17</version>
<artifactId>rascal-unshaded</artifactId>
<version>0.41.0-RC7</version>
</dependency>
<dependency>
<groupId>org.rascalmpl</groupId>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-core</artifactId>
<version>0.12.12</version>
<version>0.12.12-fixrascal0.41.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down

0 comments on commit 0b2c448

Please sign in to comment.