Skip to content

Commit

Permalink
bump smithy to 1.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Mar 5, 2024
1 parent 1677651 commit a0ed749
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ 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.41.0",
ivy"software.amazon.smithy:smithy-build:1.41.0",
ivy"software.amazon.smithy:smithy-cli:1.41.0",
ivy"software.amazon.smithy:smithy-model:1.45.0",
ivy"software.amazon.smithy:smithy-build:1.45.0",
ivy"software.amazon.smithy:smithy-cli:1.45.0",
ivy"com.disneystreaming.smithy:smithytranslate-formatter-jvm-java-api:0.3.10"
)

Expand Down

0 comments on commit a0ed749

Please sign in to comment.