Skip to content

Commit d928e61

Browse files
authored
Using released Rascal 0.41.0 (#910)
1 parent dd0befc commit d928e61

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.0-RC78</version>
67+
<version>0.41.0</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-RC25</version>
167+
<version>0.30.0</version>
168168
<configuration>
169169
<errorsAsWarnings>false</errorsAsWarnings>
170170
<bin>${project.build.outputDirectory}</bin>

0 commit comments

Comments
 (0)