Skip to content

Commit

Permalink
Merge pull request #39 from nedap/archie_3.0
Browse files Browse the repository at this point in the history
Update to Archie 3.0 and version number to 0.6.1
  • Loading branch information
pieterbos authored Feb 7, 2023
2 parents 01ab8ac + 4499051 commit a379ff5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ repositories {
}

dependencies {
antlr group: 'org.antlr', name: 'antlr4', version: '4.9.3' //kept at 4.9.3 for now, update when Archie updates this
antlr group: 'org.antlr', name: 'antlr4', version: '4.11.1'
// This dependency is used by the application.
implementation 'com.google.guava:guava:31.1-jre'

implementation('com.nedap.healthcare.archie:archie-all:2.1.0')
implementation('com.nedap.healthcare.archie:archie-all:3.0.0')
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j:0.19.0'
implementation 'org.slf4j:slf4j-nop:1.7.36'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public CompletableFuture<InitializeResult> initialize(InitializeParams params) {

ServerInfo serverInfo = new ServerInfo();
serverInfo.setName("ADL 2 Archetype language server");
serverInfo.setVersion("0.6.0");
serverInfo.setVersion("0.6.1");
completableFuture.complete(new InitializeResult(capabilities, serverInfo));
System.err.println(params.getRootUri());
System.err.println(params.getWorkspaceFolders());
Expand Down
4 changes: 2 additions & 2 deletions vscode-extension/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode-extension/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "VSCode part of the OpenEHR language server",
"author": "Nedap Healthcare",
"license": "Apache 2",
"version": "0.6.0",
"version": "0.6.1",
"publisher": "vscode",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions vscode-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "OpenEHR ADL support, including syntax highlighting and validation",
"author": "Nedap Healthcare",
"license": "Apache 2.0",
"version": "0.6.0",
"version": "0.6.1",
"icon": "openehr-square-256x256.png",
"repository": {
"type": "git",
Expand Down

0 comments on commit a379ff5

Please sign in to comment.