Skip to content

Commit

Permalink
Merge pull request #187 from scala-steward/update/alloy-core-0.2.7
Browse files Browse the repository at this point in the history
Update alloy-core to 0.2.7
  • Loading branch information
mergify[bot] authored Sep 12, 2023
2 parents 38ea04b + 54b713e commit 958c3e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ object transitive extends BaseScalaModule {

object Deps {
object alloy {
val alloyVersion = "0.2.6"
val alloyVersion = "0.2.7"
val core =
ivy"com.disneystreaming.alloy:alloy-core:$alloyVersion"
}
Expand Down
2 changes: 1 addition & 1 deletion smithy-build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"imports": ["./modules/proto/examples/smithy"],
"maven": {
"dependencies": ["com.disneystreaming.alloy:alloy-core:0.2.6"]
"dependencies": ["com.disneystreaming.alloy:alloy-core:0.2.7"]
}
}

0 comments on commit 958c3e3

Please sign in to comment.