Skip to content

Commit

Permalink
Update language versions
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyti committed May 20, 2024
1 parent a8ba505 commit fb13fff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/env bash

source_up
export PROJECT="$(expand_path .)"
source_up_if_exists
export REPO="$(expand_path .)"
export ERL_AFLAGS="-kernel shell_history enabled" # persistent iex history

# default: true
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
elixir 1.14.4-otp-25
erlang 25.3
elixir 1.16.2-otp-26
erlang 26.2.5
nodejs 19.8.1
4 changes: 2 additions & 2 deletions bin/dev/doc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail

: ${PROJECT:?'UNDEFINED - Be sure to `direnv allow` first'}
: ${REPO:?'UNDEFINED - Be sure to `direnv allow` first'}

pushd ${PROJECT} > /dev/null
pushd ${REPO} > /dev/null
MIX_ENV=dev mix docs
popd > /dev/null

0 comments on commit fb13fff

Please sign in to comment.