Skip to content

Commit

Permalink
Merge pull request #45 from disneystreaming/main-into-dss-2023-07
Browse files Browse the repository at this point in the history
Sync with fork (2023-08)
  • Loading branch information
Baccata committed Aug 22, 2023
2 parents b1a920a + 82c5d9f commit dc4a761
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -157,10 +157,10 @@ publishing {

dependencies {
implementation "org.eclipse.lsp4j:org.eclipse.lsp4j:0.14.0"
implementation "software.amazon.smithy:smithy-build:[1.31.0, 2.0["
implementation "software.amazon.smithy:smithy-cli:[1.31.0, 2.0["
implementation "software.amazon.smithy:smithy-model:[1.31.0, 2.0["
implementation 'com.disneystreaming.smithy:smithytranslate-formatter-jvm-java-api:0.3.4'
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 'com.disneystreaming.smithy:smithytranslate-formatter-jvm-java-api:0.3.10'

// Use JUnit test framework
testImplementation "junit:junit:4.13"
Expand Down
6 changes: 3 additions & 3 deletions build.sc
Expand Up @@ -9,10 +9,10 @@ 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.31.0",
ivy"software.amazon.smithy:smithy-cli:1.31.0",
ivy"software.amazon.smithy:smithy-model:1.35.0",
ivy"software.amazon.smithy:smithy-cli:1.35.0",
ivy"io.get-coursier:interface:1.0.4",
ivy"com.disneystreaming.smithy:smithytranslate-formatter-jvm-java-api:0.3.4"
ivy"com.disneystreaming.smithy:smithytranslate-formatter-jvm-java-api:0.3.10"
)

def publishVersion = T { gitVersion() }
Expand Down

0 comments on commit dc4a761

Please sign in to comment.