We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f110a12 commit b3e41feCopy full SHA for b3e41fe
README.md
@@ -60,7 +60,7 @@ Add `espec` to dependencies in the `mix.exs` file:
60
```elixir
61
def deps do
62
...
63
- {:espec, "~> 1.9.2", only: :test},
+ {:espec, "~> 1.10.0", only: :test},
64
65
end
66
```
@@ -1205,6 +1205,8 @@ There are community supported formatters:
1205
- Simplify espec.init.
1206
* 1.9.2
1207
- OTP 26 and Elixir 1.16 compatibility.
1208
+ * 1.10.0
1209
+ - OTP 27 and Elixir 1.18 compatibility.
1210
1211
## Contributing
1212
##### Contributions are welcome and appreciated!
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ESpec.Mixfile do
2
use Mix.Project
3
4
- @version "1.9.2"
+ @version "1.10.0"
5
6
def project do
7
[
0 commit comments