Skip to content

Commit

Permalink
Merge pull request #133 from innFactory/update/alloy-core-0.1.20
Browse files Browse the repository at this point in the history
chore: update alloy-core, alloy-openapi from 0.1.19 to 0.1.20
  • Loading branch information
mergify[bot] authored May 6, 2023
2 parents 6e6b4f2 + 8e95405 commit 6cb8d9f
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.1.19"
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.1.19"
val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.1.20"
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.1.20"

val classgraph = "io.github.classgraph" % "classgraph" % "4.8.157"
val smithyVersion = "1.31.0"
Expand Down

0 comments on commit 6cb8d9f

Please sign in to comment.