Skip to content

Commit

Permalink
Update build.sc
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed May 22, 2024
1 parent 07e7ed2 commit e680b27
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ object lsp extends MavenModule with PublishModule {
def millSourcePath: os.Path = os.pwd

def ivyDeps = Agg(
ivy"org.eclipse.lsp4j:org.eclipse.lsp4j:0.14.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"
ivy"org.eclipse.lsp4j:org.eclipse.lsp4j:0.20.0",
ivy"software.amazon.smithy:smithy-model:1.46.0",
ivy"software.amazon.smithy:smithy-build:1.46.0",
ivy"software.amazon.smithy:smithy-cli:1.46.0"
)

def publishVersion = T { gitVersion() }
Expand Down

0 comments on commit e680b27

Please sign in to comment.