File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/test/java/engineering/swat/rascal/lsp/util Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 2626 */
2727package engineering .swat .rascal .lsp .util ;
2828
29- import static org .junit .jupiter . api . Assertions .assertEquals ;
29+ import static org .junit .Assert .assertEquals ;
3030
3131import org .junit .Test ;
3232import org .rascalmpl .vscode .lsp .util .locations .LineColumnOffsetMap ;
You can’t perform that action at this time.
0 commit comments