chore(deps): update dependency ash to == 3.0.0-rc.7 - autoclosed #43

Closed
renovate wants to merge 2 commits from renovate/ash-3.x into main
3 changed files with 8 additions and 3 deletions

View file

@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v0.6.1](https://harton.dev/james/ash_cubdb/compare/v0.6.1-rc.0...v0.6.1) (2024-03-30)
## [v0.6.1-rc.0](https://harton.dev/james/ash_cubdb/compare/v0.6.0...v0.6.1-rc.0) (2024-03-30) ## [v0.6.1-rc.0](https://harton.dev/james/ash_cubdb/compare/v0.6.0...v0.6.1-rc.0) (2024-03-30)

View file

@ -41,7 +41,7 @@ by adding `ash_cubdb` to your list of dependencies in `mix.exs`:
```elixir ```elixir
def deps do def deps do
[ [
{:ash_cubdb, "~> 0.6.1-rc.0"} {:ash_cubdb, "~> 0.6.1"}
] ]
end end
``` ```

View file

@ -1,7 +1,7 @@
defmodule AshCubDB.MixProject do defmodule AshCubDB.MixProject do
use Mix.Project use Mix.Project
@version "0.6.1-rc.0" @version "0.6.1"
@moduledoc """ @moduledoc """
A CubDB data layer for `Ash` resources. A CubDB data layer for `Ash` resources.
@ -70,7 +70,7 @@ defmodule AshCubDB.MixProject do
opts = [only: ~w[dev test]a, runtime: false] opts = [only: ~w[dev test]a, runtime: false]
[ [
{:ash, "== 3.0.0-rc.5"}, {:ash, "== 3.0.0-rc.7"},
{:cubdb, "~> 2.0"}, {:cubdb, "~> 2.0"},
{:spark, "~> 2.1"}, {:spark, "~> 2.1"},
{:earmark, ">= 0.0.0"}, {:earmark, ">= 0.0.0"},