Skip to content

Commit

Permalink
Bump smithy java dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips committed Sep 21, 2020
1 parent 15240aa commit 68b34a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions codegen/smithy-go-codegen-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extra["moduleName"] = "software.amazon.smithy.go.codegen.test"
tasks["jar"].enabled = false

plugins {
id("software.amazon.smithy").version("0.5.0")
id("software.amazon.smithy").version("0.5.1")
}

repositories {
Expand All @@ -28,7 +28,7 @@ repositories {
}

dependencies {
implementation("software.amazon.smithy:smithy-protocol-test-traits:[1.0.2,1.1.0[")
implementation("software.amazon.smithy:smithy-protocol-test-traits:[1.1.0,2.0.0[")
implementation(project(":smithy-go-codegen"))
}

Expand Down
4 changes: 2 additions & 2 deletions codegen/smithy-go-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ extra["displayName"] = "Smithy :: Go :: Codegen"
extra["moduleName"] = "software.amazon.smithy.go.codegen"

dependencies {
api("software.amazon.smithy:smithy-codegen-core:[1.0.2,1.1.0[")
api("software.amazon.smithy:smithy-codegen-core:[1.1.0,2.0.0[")
api("com.atlassian.commonmark:commonmark:0.14.0")
api("org.jsoup:jsoup:1.13.1")
implementation("software.amazon.smithy:smithy-protocol-test-traits:[1.0.2,1.1.0[")
implementation("software.amazon.smithy:smithy-protocol-test-traits:[1.1.0,2.0.0[")
}

0 comments on commit 68b34a8

Please sign in to comment.