Skip to content

Commit

Permalink
bumped rascal, rascal-maven-plugin and rascal-git to the latest versi…
Browse files Browse the repository at this point in the history
…ons to avoid .tpl file incompatibilities with the next release of the VScode plugin
  • Loading branch information
jurgenvinju committed Oct 18, 2023
1 parent 3eac567 commit 7d0c447
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 @@ -48,12 +48,12 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.33.8</version>
<version>0.34.0</version>
</dependency>
<dependency>
<groupId>edu.appstate.cs</groupId>
<artifactId>rascal-git</artifactId>
<version>0.1.6</version>
<version>0.1.14</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -136,7 +136,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.21.2</version>
<version>0.22.0</version>
<configuration>
<errorsAsWarnings>true</errorsAsWarnings>
<enableStandardLibrary>false</enableStandardLibrary>
Expand Down

0 comments on commit 7d0c447

Please sign in to comment.