Skip to content

Commit

Permalink
added rascal-lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Jul 4, 2023
1 parent 0324717 commit 53c2877
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<rascal-maven-plugin.version>0.19.7</rascal-maven-plugin.version>
<rascal.version>0.33.0</rascal.version>
<rascal-maven-plugin.version>0.19.9</rascal-maven-plugin.version>
<rascal.version>0.33.1</rascal.version>
<rascal-tutor.version>0.11.5</rascal-tutor.version>
<clair.version>0.9.2</clair.version>
<rascal-git.version>0.1.13</rascal-git.version>
<flybytes.version>0.2.1</flybytes.version>
<typepal.version>0.8.6</typepal.version>
<salix-core.version>0.1.0</salix-core.version>
<salix-contrib.version>0.1.0</salix-contrib.version>
<rascal-lsp.version>2.16.0</rascal-lsp.version>
<rascal-lsp.version>2.17.0</rascal-lsp.version>
</properties>

<build>
Expand Down Expand Up @@ -130,7 +130,6 @@
<includes>docs/**/*.*</includes>
<excludes>docs/index.value</excludes>
</artifactItem>
<!--
<artifactItem>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-lsp</artifactId>
Expand All @@ -139,7 +138,6 @@
<includes>docs/**/*.*</includes>
<excludes>docs/index.value</excludes>
</artifactItem>
-->
</artifactItems>
</configuration>
</execution>
Expand Down Expand Up @@ -253,13 +251,10 @@
<artifactId>salix-contrib</artifactId>
<version>${salix-contrib.version}</version>
</dependency>
<!--
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-lsp</artifactId>
<version>${rascal-lsp.version}</version>
</dependency>
-->
</dependency>
</dependencies>

</project>

0 comments on commit 53c2877

Please sign in to comment.