We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d3e28 commit d01ea8fCopy full SHA for d01ea8f
project/Dependencies.scala
@@ -31,7 +31,7 @@ object Dependencies {
31
32
val Alloy = new {
33
val org = "com.disneystreaming.alloy"
34
- val alloyVersion = "0.3.18"
+ val alloyVersion = "0.3.19"
35
val core = org % "alloy-core" % alloyVersion
36
val openapi = org %% "alloy-openapi" % alloyVersion
37
val protobuf = org % "alloy-protobuf" % alloyVersion
smithy-build.json
@@ -4,7 +4,7 @@
4
"maven": {
5
"dependencies": [
6
"software.amazon.smithy:smithy-protocol-test-traits:1.57.1",
7
- "com.disneystreaming.alloy:alloy-core:0.3.18"
+ "com.disneystreaming.alloy:alloy-core:0.3.19"
8
]
9
}
10
0 commit comments