Skip to content

Commit

Permalink
Update target platform to latest content
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Apr 8, 2024
1 parent 98d31c7 commit a97ab1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions target-platform/jdt-ls-client.target
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Actually required by JDT-LS, but marked as optional,
# Workaround https://github.com/eclipse/eclipse.jdt.ls/issues/2429 -->
<unit id="org.eclipse.buildship.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/2024-03/"/>
<repository location="http://download.eclipse.org/releases/2024-06/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.tm4e.feature.feature.group" version="0.0.0"/>
Expand Down Expand Up @@ -48,7 +48,7 @@
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.lsp4j" version="0.0.0"/>
<unit id="org.eclipse.lsp4j.jsonrpc" version="0.0.0"/>
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.21.2/"/>
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.22.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
Expand All @@ -60,7 +60,7 @@
<dependency>
<groupId>com.microsoft.java</groupId>
<artifactId>com.microsoft.java.debug.plugin</artifactId>
<version>0.51.1</version>
<version>0.52.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit a97ab1c

Please sign in to comment.