Skip to content

Commit

Permalink
chore: update alloy-core, alloy-openapi from 0.2.4 to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jona7o committed Aug 11, 2023
1 parent bb5a44d commit fcd5079
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.4"
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.2.4"
val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.2.6"
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.2.6"

val classgraph = "io.github.classgraph" % "classgraph" % "4.8.162"
val smithyVersion = "1.36.0"
Expand Down

0 comments on commit fcd5079

Please sign in to comment.