Skip to content

Commit

Permalink
Merge pull request #1439 from disneystreaming/bump-alloy-to-0.3.3
Browse files Browse the repository at this point in the history
Bump alloy to 0.3.3
  • Loading branch information
Baccata committed Mar 14, 2024
2 parents 3616665 + c00dc17 commit 4a7a522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Dependencies {

val Alloy = new {
val org = "com.disneystreaming.alloy"
val alloyVersion = "0.3.2"
val alloyVersion = "0.3.3"
val core = org % "alloy-core" % alloyVersion
val openapi = org %% "alloy-openapi" % alloyVersion
val `protocol-tests` = org % "alloy-protocol-tests" % alloyVersion
Expand Down

0 comments on commit 4a7a522

Please sign in to comment.