Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {

val scalaVersion = "3.3.7"
val smithy4sVersion = "0.18.48"
val smithyVersion = "1.61.0"
val smithyVersion = "1.67.0"

val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion
val smithyInteropCats = "com.disneystreaming.smithy4s" %% "smithy4s-cats" % smithy4sVersion
Expand All @@ -18,7 +18,7 @@ object Dependencies {
val smithy4sCompliance = "com.disneystreaming.smithy4s" %% "smithy4s-compliance-tests" % smithy4sVersion
val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.3.36"
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.36"
val smithyOpenapi = "software.amazon.smithy" % "smithy-openapi" % "1.61.0"
val smithyOpenapi = "software.amazon.smithy" % "smithy-openapi" % "1.67.0"

val opentelemetryBOM = "io.opentelemetry" % "opentelemetry-bom" % "1.59.0"
val opentelemetryBOMAlpha = "io.opentelemetry" % "opentelemetry-bom-alpha" % "1.53.0-alpha"
Expand Down