Skip to content

Commit

Permalink
Using latest rascal, rascal-core, and typepal (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman authored Nov 7, 2024
1 parent 94a1ae6 commit 456372d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rascal-lsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.40.14</version>
<version>0.40.17</version>
</dependency>
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-core</artifactId>
<version>0.12.11</version>
<version>0.12.12</version>
</dependency>
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>typepal</artifactId>
<version>0.14.7</version>
<version>0.14.8</version>
</dependency>
<!-- Rascal tests require JUnit 4 -->
<dependency>
Expand Down Expand Up @@ -164,7 +164,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>0.28.8</version>
<version>0.28.9</version>
<configuration>
<errorsAsWarnings>false</errorsAsWarnings>
<bin>${project.build.outputDirectory}</bin>
Expand Down

0 comments on commit 456372d

Please sign in to comment.