Skip to content

Commit

Permalink
Merge branch 'main' into rascal-libraries-navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman authored Nov 7, 2023
2 parents 8da060b + 84f6649 commit 98505ba
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 369 deletions.
8 changes: 4 additions & 4 deletions rascal-lsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>5.10.0</junit.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<log4j2.version>2.20.0</log4j2.version>
<maven-surefire-plugin.version>3.2.1</maven-surefire-plugin.version>
<log4j2.version>2.21.1</log4j2.version>
<lsp4j.version>0.21.1</lsp4j.version>
<sonar.organization>usethesource</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down Expand Up @@ -215,7 +215,7 @@

<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<executions>
<execution> <?m2e ignore?>
<id>copy</id>
Expand Down Expand Up @@ -385,7 +385,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
<executions>
<execution>
<id>prepare-agent</id>
Expand Down
Loading

0 comments on commit 98505ba

Please sign in to comment.