mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-20 06:59:59 +08:00
Bump req_athena and req_bigquery (#1793)
This commit is contained in:
parent
93e5e52e20
commit
bf77b28601
1 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ defmodule Livebook.Runtime.ElixirStandalone do
|
||||||
kino_db,
|
kino_db,
|
||||||
%{
|
%{
|
||||||
name: "req_athena",
|
name: "req_athena",
|
||||||
dependency: %{dep: {:req_athena, "~> 0.1.0"}, config: []}
|
dependency: %{dep: {:req_athena, "~> 0.1.3"}, config: []}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -82,7 +82,7 @@ defmodule Livebook.Runtime.ElixirStandalone do
|
||||||
kino_db,
|
kino_db,
|
||||||
%{
|
%{
|
||||||
name: "req_bigquery",
|
name: "req_bigquery",
|
||||||
dependency: %{dep: {:req_bigquery, "~> 0.1.0"}, config: []}
|
dependency: %{dep: {:req_bigquery, "~> 0.1.1"}, config: []}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue