Skip to content

Commit

Permalink
bumped rascal to 0.34.0 and the maven plugin to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Oct 18, 2023
1 parent 659c9ef commit ec0069d
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 @@ -59,7 +59,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.22.0-RC1</version>
<version>0.22.0</version>
<configuration>
<bin>${project.build.outputDirectory}</bin>
<srcs>
Expand Down Expand Up @@ -165,7 +165,7 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.34.0-RC3</version>
<version>0.34.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit ec0069d

Please sign in to comment.