Skip to content

Commit

Permalink
chore: update alloy-core, alloy-openapi from 0.1.18 to 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jona7o committed May 4, 2023
1 parent 9447e3f commit 66bd778
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.18"
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.1.18"
val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.1.19"
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.1.19"

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

0 comments on commit 66bd778

Please sign in to comment.