Skip to content

Commit

Permalink
Bump Elixir and tool version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcrn committed Dec 23, 2023
1 parent 9eae8cb commit ffc4620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.11.4-otp-23
elixir 1.13.4-otp-23
erlang 23.3.4.19
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule ExOpenAI.MixProject do
[
app: :ex_openai,
version: "1.4.0",
elixir: "~> 1.11",
elixir: "~> 1.13",
description: description(),
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit ffc4620

Please sign in to comment.