Skip to content

Commit

Permalink
Merge pull request #176 from innFactory/update/alloy-core-0.2.4
Browse files Browse the repository at this point in the history
chore: update alloy-core, alloy-openapi from 0.2.2 to 0.2.4
  • Loading branch information
mergify[bot] authored Aug 5, 2023
2 parents 4d2630e + 248fef1 commit 56a8fd5
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 @@ -11,8 +11,8 @@ object Dependencies {
val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion
val smithyJson = "com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion
val smithy4sCompliance = "com.disneystreaming.smithy4s" %% "smithy4s-compliance-tests" % smithy4sVersion
val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.2.2"
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.2.2"
val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.2.4"
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.2.4"

val classgraph = "io.github.classgraph" % "classgraph" % "4.8.161"
val smithyVersion = "1.35.0"
Expand Down

0 comments on commit 56a8fd5

Please sign in to comment.