File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ lazy val core = module("core")
181
181
" com.disneystreaming.smithy4s" %% " smithy4s-aws-http4s" % smithy4sVersion.value,
182
182
" com.disneystreaming.smithy4s" % " smithy4s-protocol" % smithy4sVersion.value % Test ,
183
183
" com.disneystreaming.alloy" % " alloy-core" % " 0.3.14" % Test ,
184
- " software.amazon.smithy" % " smithy-aws-traits" % " 1.54 .0" % Test ,
184
+ " software.amazon.smithy" % " smithy-aws-traits" % " 1.55 .0" % Test ,
185
185
).pipe(jsoniterFix)
186
186
)
187
187
.dependsOn(
Original file line number Diff line number Diff line change 3
3
"mavenDependencies" : [
4
4
" com.disneystreaming.alloy:alloy-core:0.3.14" ,
5
5
" com.disneystreaming.smithy4s:smithy4s-protocol:0.18.26" ,
6
- " software.amazon.smithy:smithy-aws-traits:1.54 .0"
6
+ " software.amazon.smithy:smithy-aws-traits:1.55 .0"
7
7
]
8
8
}
You can’t perform that action at this time.
0 commit comments