Skip to content

Commit 4b773bd

Browse files
Fix version info in .classpath (#456)
1 parent fbf1597 commit 4b773bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.microsoft.java.debug.plugin/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<classpathentry kind="src" path="src/main/java"/>
1212
<classpathentry exported="true" kind="lib" path="lib/rxjava-2.2.21.jar"/>
1313
<classpathentry exported="true" kind="lib" path="lib/reactive-streams-1.0.4.jar"/>
14-
<classpathentry exported="true" kind="lib" path="lib/com.microsoft.java.debug.core-0.41.0.jar" sourcepath="/com.microsoft.java.debug.core"/>
14+
<classpathentry exported="true" kind="lib" path="lib/com.microsoft.java.debug.core-0.42.0.jar" sourcepath="/com.microsoft.java.debug.core"/>
1515
<classpathentry kind="output" path="target/classes"/>
1616
</classpath>

0 commit comments

Comments
 (0)