Skip to content

Commit 6501514

Browse files
authored
Bumped Rascal dependency to 0.41.2 (#925)
1 parent e8cb7d3 commit 6501514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rascal-lsp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.rascalmpl</groupId>
6666
<artifactId>rascal</artifactId>
67-
<version>0.41.1</version>
67+
<version>0.41.2</version>
6868
</dependency>
6969
<!-- Rascal tests require JUnit 4 -->
7070
<dependency>
@@ -164,7 +164,7 @@
164164
<plugin>
165165
<groupId>org.rascalmpl</groupId>
166166
<artifactId>rascal-maven-plugin</artifactId>
167-
<version>0.30.0</version>
167+
<version>0.30.3</version>
168168
<configuration>
169169
<errorsAsWarnings>false</errorsAsWarnings>
170170
<bin>${project.build.outputDirectory}</bin>

0 commit comments

Comments
 (0)