Skip to content

Commit

Permalink
Merge pull request #46 from disneystreaming/main-into-dss
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Aug 29, 2023
2 parents dc4a761 + 6ec274d commit 9eec65c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -157,9 +157,9 @@ publishing {

dependencies {
implementation "org.eclipse.lsp4j:org.eclipse.lsp4j:0.14.0"
implementation "software.amazon.smithy:smithy-build:[1.35.0, 2.0["
implementation "software.amazon.smithy:smithy-cli:[1.35.0, 2.0["
implementation "software.amazon.smithy:smithy-model:[1.35.0, 2.0["
implementation "software.amazon.smithy:smithy-build:[1.37.0, 2.0["
implementation "software.amazon.smithy:smithy-cli:[1.37.0, 2.0["
implementation "software.amazon.smithy:smithy-model:[1.37.0, 2.0["
implementation 'com.disneystreaming.smithy:smithytranslate-formatter-jvm-java-api:0.3.10'

// Use JUnit test framework
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Expand Up @@ -10,7 +10,7 @@ object lsp extends MavenModule with PublishModule {
def ivyDeps = Agg(
ivy"org.eclipse.lsp4j:org.eclipse.lsp4j:0.14.0",
ivy"software.amazon.smithy:smithy-model:1.35.0",
ivy"software.amazon.smithy:smithy-cli:1.35.0",
ivy"software.amazon.smithy:smithy-cli:1.37.0",
ivy"io.get-coursier:interface:1.0.4",
ivy"com.disneystreaming.smithy:smithytranslate-formatter-jvm-java-api:0.3.10"
)
Expand Down

0 comments on commit 9eec65c

Please sign in to comment.