Skip to content

Commit

Permalink
update LSP4J
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandolby committed Jul 9, 2018
1 parent fe0d852 commit e1af282
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.python.ml.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j</artifactId>
<version>0.3.0</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.python.ml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ dependencies {
implementation 'com.ibm.wala:com.ibm.wala.cast.java:1.5.0-SNAPSHOT'
implementation 'org.python:jython:2.7.1b3'
implementation 'commons-cli:commons-cli:1.3.1'
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j:0.4.0'
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j:0.4.1'
implementation 'com.pmeade:websocket:1.0-SNAPSHOT'
}
6 changes: 3 additions & 3 deletions com.ibm.wala.cast.python.ml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand All @@ -72,8 +72,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
` <source>1.8</source>
` <target>1.8</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.python.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j</artifactId>
<version>0.3.0</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.python/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ dependencies {
implementation 'com.ibm.wala:com.ibm.wala.cast.java:1.5.0-SNAPSHOT'
implementation 'org.python:jython:2.7.1b3'
implementation 'commons-cli:commons-cli:1.3.1'
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j:0.4.0'
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j:0.4.1'
}
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down

0 comments on commit e1af282

Please sign in to comment.