Skip to content

Commit

Permalink
Update CQL language server 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed Sep 30, 2024
1 parent 58a3084 commit a780cf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cql",
"version": "0.7.2",
"version": "0.7.3",
"displayName": "Clinical Quality Language (CQL)",
"description": "Syntax highlighting, linting, and execution for the HL7 Clinical Quality Language (CQL) for VS Code",
"publisher": "cqframework",
Expand Down Expand Up @@ -123,7 +123,7 @@
"cql-language-server": {
"groupId": "org.opencds.cqf.cql.ls",
"artifactId": "cql-ls-service",
"version": "3.2.0"
"version": "3.2.1"
}
},
"devDependencies": {
Expand Down Expand Up @@ -162,4 +162,4 @@
"tabWidth": 2,
"arrowParens": "avoid"
}
}
}

0 comments on commit a780cf6

Please sign in to comment.