Skip to content

Commit

Permalink
bumped rascal and rascal-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Sep 1, 2023
1 parent 10bd714 commit 2efb1c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
</natures>
<filteredResources>
<filter>
<id>1611230012359</id>
<id>1692963264024</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
Expand Down
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.19.13</version>
<version>0.20.2</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.33.6-RC2</version>
<version>0.33.7</version>
</dependency>
</dependencies>
</project>

0 comments on commit 2efb1c0

Please sign in to comment.