Skip to content

Commit

Permalink
Merge pull request #310 from innFactory/update/alloy-core-0.3.14
Browse files Browse the repository at this point in the history
chore: update alloy-core, alloy-openapi from 0.3.13 to 0.3.14
  • Loading branch information
mergify[bot] committed Aug 15, 2024
2 parents f4edb15 + ccf1e02 commit d03f164
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.13"
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.13"
val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.3.14"
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.14"

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

0 comments on commit d03f164

Please sign in to comment.