Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipnir committed Nov 13, 2023
1 parent d84dac7 commit 62daa6e
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
36 changes: 18 additions & 18 deletions priv/internal_versions.exs
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
defmodule InternalVersions do
# The order here is also the deploy order, its important to keep this way1.0.0-rc.27
# The order here is also the deploy order, its important to keep this way1.0.0-rc.28
@versions [
spawn_statestores: "1.0.0-rc.27",
spawn_statestores_mariadb: "1.0.0-rc.27",
spawn_statestores_mysql: "1.0.0-rc.27",
spawn_statestores_mssql: "1.0.0-rc.27",
spawn_statestores_postgres: "1.0.0-rc.27",
spawn_statestores_sqlite: "1.0.0-rc.27",
spawn_statestores_cockroachdb: "1.0.0-rc.27",
spawn: "1.0.0-rc.27",
spawn_sdk: "1.0.0-rc.27",
activator: "1.0.0-rc.27",
activator_api: "1.0.0-rc.27",
activator_kafka: "1.0.0-rc.27",
activator_pubsub: "1.0.0-rc.27",
activator_rabbitmq: "1.0.0-rc.27",
activator_sqs: "1.0.0-rc.27",
proxy: "1.0.0-rc.27",
spawn_operator: "1.0.0-rc.27"
spawn_statestores: "1.0.0-rc.28",
spawn_statestores_mariadb: "1.0.0-rc.28",
spawn_statestores_mysql: "1.0.0-rc.28",
spawn_statestores_mssql: "1.0.0-rc.28",
spawn_statestores_postgres: "1.0.0-rc.28",
spawn_statestores_sqlite: "1.0.0-rc.28",
spawn_statestores_cockroachdb: "1.0.0-rc.28",
spawn: "1.0.0-rc.28",
spawn_sdk: "1.0.0-rc.28",
activator: "1.0.0-rc.28",
activator_api: "1.0.0-rc.28",
activator_kafka: "1.0.0-rc.28",
activator_pubsub: "1.0.0-rc.28",
activator_rabbitmq: "1.0.0-rc.28",
activator_sqs: "1.0.0-rc.28",
proxy: "1.0.0-rc.28",
spawn_operator: "1.0.0-rc.28"
]

@doc """
Expand Down
2 changes: 1 addition & 1 deletion spawn_activators/activator_kafka/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defmodule ActivatorKafka.MixProject do
{:spawn, path: "../../"},
{:broadway_kafka, "~> 0.4.1"},
{:bakeware, "~> 0.2"},
{:bandit, "~> 1.1"},
{:bandit, "~> 1.2"},
{:nimble_options, "~> 0.5.2", override: true}
]
end
Expand Down
2 changes: 1 addition & 1 deletion spawn_activators/activator_rabbitmq/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule ActivatorRabbitMQ.MixProject do
{:activator, path: "../activator"},
{:spawn, path: "../../"},
{:bakeware, "~> 0.2"},
{:bandit, "~> 1.1"},
{:bandit, "~> 1.2"},
{:broadway_rabbitmq, "~> 0.7"},
{:nimble_options, "~> 0.5.2", override: true}
]
Expand Down
2 changes: 1 addition & 1 deletion spawn_activators/activator_sqs/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule ActivatorSQS.MixProject do
{:activator, path: "../activator"},
{:spawn, path: "../../"},
{:bakeware, "~> 0.2"},
{:bandit, "~> 1.1"},
{:bandit, "~> 1.2"},
{:broadway_sqs, "~> 0.7"},
{:nimble_options, "~> 0.5.2", override: true}
]
Expand Down
2 changes: 1 addition & 1 deletion spawn_operator/spawn_operator/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defmodule Operator.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:bandit, "~> 1.1"},
{:bandit, "~> 1.2"},
{:bakeware, ">= 0.0.0", runtime: false},
{:bonny, "~> 1.1"},
{:castore, "~> 1.0"},
Expand Down
2 changes: 1 addition & 1 deletion spawn_proxy/proxy/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defmodule Proxy.MixProject do
[
{:spawn, path: "../../"},
{:bakeware, "~> 0.2"},
{:bandit, "~> 1.1"},
{:bandit, "~> 1.2"},
{:observer_cli, "~> 1.7"},
{:sobelow, "~> 0.13", only: [:dev, :test], runtime: false}
]
Expand Down

0 comments on commit 62daa6e

Please sign in to comment.