Skip to content

Commit d01ea8f

Browse files
authored
bump alloy to 0.3.19 (#1711)
1 parent c5d3e28 commit d01ea8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object Dependencies {
3131

3232
val Alloy = new {
3333
val org = "com.disneystreaming.alloy"
34-
val alloyVersion = "0.3.18"
34+
val alloyVersion = "0.3.19"
3535
val core = org % "alloy-core" % alloyVersion
3636
val openapi = org %% "alloy-openapi" % alloyVersion
3737
val protobuf = org % "alloy-protobuf" % alloyVersion

smithy-build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"maven": {
55
"dependencies": [
66
"software.amazon.smithy:smithy-protocol-test-traits:1.57.1",
7-
"com.disneystreaming.alloy:alloy-core:0.3.18"
7+
"com.disneystreaming.alloy:alloy-core:0.3.19"
88
]
99
}
1010
}

0 commit comments

Comments
 (0)