Skip to content

Commit

Permalink
Merge pull request #197 from scala-steward/update/alloy-core-0.2.8
Browse files Browse the repository at this point in the history
Update alloy-core to 0.2.8
  • Loading branch information
mergify[bot] authored Oct 6, 2023
2 parents e498da4 + 0fad78b commit d0989bc
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.7"
val alloyVersion = "0.2.8"
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.7"]
"dependencies": ["com.disneystreaming.alloy:alloy-core:0.2.8"]
}
}

0 comments on commit d0989bc

Please sign in to comment.