Skip to content

Commit

Permalink
Merge pull request #303 from innFactory/update/alloy-core-0.3.11
Browse files Browse the repository at this point in the history
chore: update alloy-core, alloy-openapi from 0.3.10 to 0.3.11
  • Loading branch information
mergify[bot] authored Jul 18, 2024
2 parents 0687dd5 + 18679b2 commit 01adb93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ object Dependencies {
val smithyJson = "com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion
val smithyXml = "com.disneystreaming.smithy4s" %% "smithy4s-xml" % smithy4sVersion
val smithy4sCompliance = "com.disneystreaming.smithy4s" %% "smithy4s-compliance-tests" % smithy4sVersion
val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.3.10"
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.10"
val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.3.11"
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.11"

val classgraph = "io.github.classgraph" % "classgraph" % "4.8.174"
val smithyVersion = "1.50.0"
Expand Down

0 comments on commit 01adb93

Please sign in to comment.