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 e0d10ef commit 5b585f7Copy full SHA for 5b585f7
mix.exs
@@ -7,7 +7,7 @@ defmodule EctoSQLite3.MixProject do
7
[
8
app: :ecto_sqlite3,
9
version: @version,
10
- elixir: "~> 1.8",
+ elixir: "~> 1.11",
11
start_permanent: Mix.env() == :prod,
12
source_url: "https://github.com/elixir-sqlite/ecto_sqlite3",
13
homepage_url: "https://github.com/elixir-sqlite/ecto_sqlite3",
0 commit comments