Skip to content

Commit

Permalink
chore: Elixir 1.16.3, Erlang 27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bklebe committed May 21, 2024
1 parent 43eef73 commit 845d86c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .config/mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
go = "1.21.3"
python = "3.12.3"
poetry = "1.7.1"
elixir = "1.16.2-otp-26"
erlang = "26.2.5"
elixir = "1.16.3-otp-26"
erlang = "27.0"
java = "22.0.0"
terraform = "1.4.2"
perl = "5.38.2"
Expand Down
4 changes: 2 additions & 2 deletions .config/zsh/.zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ $PATH"
export CPPFLAGS="${CPPFLAGS+"$CPPFLAGS "}-I$prefix/opt/unixodbc/include"
export LDFLAGS="${LDFLAGS+"$LDFLAGS "}-L$prefix/opt/unixodbc/lib"
export KERL_CONFIGURE_OPTIONS="--with-odbc=$prefix/opt/unixodbc --with-ssl=$prefix/opt/openssl@3"
export KERL_BUILD_DOCS=yes
export KERL_DOC_TARGETS="man html pdf chunks"
# export KERL_BUILD_DOCS=yes
# export KERL_DOC_TARGETS="man html pdf chunks"

# Added by OrbStack: command-line tools and integration
# source ~/.orbstack/shell/init.zsh 2>/dev/null || :
Expand Down

0 comments on commit 845d86c

Please sign in to comment.