Skip to content

Commit 9f47e93

Browse files
committed
Using latest rascal-core that has some bug fixes with binary dependencies detection (#577)
1 parent 0d25451 commit 9f47e93

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rascal-lsp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@
7070
<dependency>
7171
<groupId>org.rascalmpl</groupId>
7272
<artifactId>rascal-core</artifactId>
73-
<version>0.12.13</version>
73+
<version>0.12.16</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.rascalmpl</groupId>
7777
<artifactId>typepal</artifactId>
78-
<version>0.15.0</version>
78+
<version>0.15.1</version>
7979
</dependency>
8080
<!-- Rascal tests require JUnit 4 -->
8181
<dependency>
@@ -164,7 +164,7 @@
164164
<plugin>
165165
<groupId>org.rascalmpl</groupId>
166166
<artifactId>rascal-maven-plugin</artifactId>
167-
<version>0.28.9</version>
167+
<version>0.28.11</version>
168168
<configuration>
169169
<errorsAsWarnings>false</errorsAsWarnings>
170170
<bin>${project.build.outputDirectory}</bin>

rascal-lsp/src/test/java/engineering/swat/rascal/lsp/util/LineColumnOffsetMapTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
package engineering.swat.rascal.lsp.util;
2828

29-
import static org.junit.jupiter.api.Assertions.assertEquals;
29+
import static org.junit.Assert.assertEquals;
3030

3131
import org.junit.Test;
3232
import org.rascalmpl.vscode.lsp.util.locations.LineColumnOffsetMap;

0 commit comments

Comments
 (0)